summaryrefslogtreecommitdiffstats
path: root/tool/Cargo.toml
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2018-06-28 10:12:30 +0200
committerNeal H. Walfield <neal@pep.foundation>2018-06-28 10:12:30 +0200
commit120e542908c5f9430ea8b42e4bb0c95612025dcb (patch)
tree1c8df5346367f810708d34ef4e88ab6ac6f3a37a /tool/Cargo.toml
parent1d63e71a839bf68f50cb7f4c1942f0d0b1eccfca (diff)
tool: Add a test for the bug fixed in 1d63e71.
Diffstat (limited to 'tool/Cargo.toml')
-rw-r--r--tool/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/tool/Cargo.toml b/tool/Cargo.toml
index e2f6cfdf..1266a6c0 100644
--- a/tool/Cargo.toml
+++ b/tool/Cargo.toml
@@ -18,6 +18,9 @@ time = "0.1.38"
[build-dependencies]
clap = "2.27.1"
+[dev-dependencies]
+assert_cli = "0.6"
+
[[bin]]
name = "sq"
path = "src/sq-usage.rs"