Files
bevy-template/.cargo/config.toml
2026-04-22 20:55:36 +02:00

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"