summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNora <nora.widdecke@tu-bs.de>2019-02-24 23:14:36 +0100
committerNora <nora.widdecke@tu-bs.de>2019-02-24 23:19:22 +0100
commitb54ac2e5e929deabaa1a992e98e826235dd33401 (patch)
treeeb8907100bc64aae5d7b6cf6c766475f722abcbf /Cargo.toml
parent279ab83b5205ea5a758206c6713011d808dbddd8 (diff)
cursor: show possible values in --help
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1548fad..1278063 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,6 +25,7 @@ lazy_static = "1.2.0"
backtrace = "0.3"
dirs = "1.0.4"
structopt = "0.2.14"
+clap = "2.32.0"
[dev-dependencies]
assert_fs = "0.11.3"