init repo
This commit is contained in:
7
.cargo/config.toml
Normal file
7
.cargo/config.toml
Normal file
@@ -0,0 +1,7 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user