summaryrefslogtreecommitdiffstats
path: root/tool/Cargo.toml
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2018-05-01 15:12:28 +0200
committerNeal H. Walfield <neal@pep.foundation>2018-05-01 15:12:28 +0200
commit022564e84019485db084c5e6f4f20ebadcecc97e (patch)
tree7cf10e49aecdb03d7afb1a4ba0af688568160da3 /tool/Cargo.toml
parenta552700336715bc0866b49f805831c046f2d58d7 (diff)
tool: Add new tool, sqv.
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"