aboutsummaryrefslogtreecommitdiff
path: root/.cargo/config.toml
blob: 42e41f84cd5b77015d5a76b0455df2400036f347 (plain) (blame)
1
2
3
4
5
6
7
[build]
target-dir = "./.temp/target"

[env]

[alias]
ci = "run --manifest-path dev_tools/Cargo.toml --bin ci --quiet"