From daf29a92ed88135589a49dea4f370d98ac29462d Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Wed, 24 Jun 2026 08:01:37 +0800 Subject: Add dev_tool cargo alias and editor task definitions --- .cargo/config.toml | 1 + 1 file changed, 1 insertion(+) (limited to '.cargo') 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 " -- cgit