summaryrefslogtreecommitdiffstats
path: root/tool/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tool/Cargo.toml')
-rw-r--r--tool/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/tool/Cargo.toml b/tool/Cargo.toml
index d395706d..6ac34aab 100644
--- a/tool/Cargo.toml
+++ b/tool/Cargo.toml
@@ -21,3 +21,7 @@ clap = "2.27.1"
[[bin]]
name = "sq"
path = "src/usage.rs"
+
+[[bin]]
+name = "sqv"
+path = "src/sqv.rs"