diff options
Diffstat (limited to '.cargo/config.toml')
| -rw-r--r-- | .cargo/config.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml index e3cd902..42e41f8 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -2,3 +2,6 @@ target-dir = "./.temp/target" [env] + +[alias] +ci = "run --manifest-path dev_tools/Cargo.toml --bin ci --quiet" |
