summaryrefslogtreecommitdiff
path: root/.cargo/config.toml
diff options
context:
space:
mode:
Diffstat (limited to '.cargo/config.toml')
-rw-r--r--.cargo/config.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml
index ca6a8cb..f79321e 100644
--- a/.cargo/config.toml
+++ b/.cargo/config.toml
@@ -4,6 +4,7 @@ target-dir = "./.temp/target/"
[publish]
target-dir = "./.temp/deploy/"
binaries = [
+ # The legacy command line
"jv",
"jv.exe",
@@ -11,7 +12,11 @@ binaries = [
"jvv.exe",
"jvii",
- "jvii.exe"
+ "jvii.exe",
+
+ # The new command line
+ "jvn",
+ "jvn.exe"
]
############