8 lines
173 B
TOML
8 lines
173 B
TOML
[alias]
|
|
r = "run"
|
|
rr = "run --release --no-default-features"
|
|
c = "check"
|
|
t = "test"
|
|
nt = "nextest run"
|
|
cl = "clippy --workspace --all-targets --all-features -- -D warnings"
|