From 578c51b243895b32a01b9bbade249fa20b72ebdd Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 18 Oct 2025 18:23:33 +0800 Subject: chore: update cargo configuration and dependencies - Add cargo alias configuration - Update workspace and dependency settings - Add build_helper to workspace members --- .cargo/config.toml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to '.cargo') diff --git a/.cargo/config.toml b/.cargo/config.toml index 6be452a..b5e02a8 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -2,8 +2,7 @@ target-dir = "./.temp/target/" [alias] -dev = "run --manifest-path crates/cli_publisher/Cargo.toml" -release = "run --manifest-path crates/cli_publisher/Cargo.toml --release" +pub = "run --manifest-path crates/build_helper/Cargo.toml --bin exporter" [publish] target-dir = "./.temp/publish/" @@ -12,5 +11,8 @@ binaries = [ "jv.exe", "jvv", - "jvv.exe" + "jvv.exe", + + "jvref", + "jvref.exe" ] -- cgit