diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-24 08:01:37 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-24 08:01:37 +0800 |
| commit | daf29a92ed88135589a49dea4f370d98ac29462d (patch) | |
| tree | 84e18fdf67a8c7faadb488b7c29cdd4da88c45c7 /.cargo/config.toml | |
| parent | 4491b1eb9318ea2bf3dff564caba707415f8e600 (diff) | |
Add dev_tool cargo alias and editor task definitions
Diffstat (limited to '.cargo/config.toml')
| -rw-r--r-- | .cargo/config.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml index 612567f..0b45ca9 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -5,3 +5,4 @@ target-dir = "./.temp/target" [alias] ci = "run --manifest-path dev_tools/Cargo.toml --bin ci --quiet --" +dev_tool = "run --manifest-path dev_tools/Cargo.toml --quiet --bin " |
