diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-10-18 18:23:33 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-10-18 18:23:33 +0800 |
| commit | 578c51b243895b32a01b9bbade249fa20b72ebdd (patch) | |
| tree | 656bea8cc5fba156e42be96eb3d9e52de31d7702 /.cargo/config.toml | |
| parent | 86629d4e85c94324c5049cdbd75c09194b918c76 (diff) | |
chore: update cargo configuration and dependencies
- Add cargo alias configuration
- Update workspace and dependency settings
- Add build_helper to workspace members
Diffstat (limited to '.cargo/config.toml')
| -rw-r--r-- | .cargo/config.toml | 8 |
1 files changed, 5 insertions, 3 deletions
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" ] |
