blob: 0b45ca9b6aa54a080097eba7526e0ad239ffd164 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
[build]
target-dir = "./.temp/target"
[env]
[alias]
ci = "run --manifest-path dev_tools/Cargo.toml --bin ci --quiet --"
dev_tool = "run --manifest-path dev_tools/Cargo.toml --quiet --bin "
|