diff options
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" ] |
