pagetop/.cargo/config.toml

4 lines
217 B
TOML

[alias]
ts = ["test", "--features", "testing"] # cargo ts
tw = ["test", "--workspace", "--features", "testing"] # cargo tw
td = ["test", "--doc", "-p"] # cargo td <crate>