summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNora <nora.widdecke@tu-bs.de>2019-02-24 17:48:53 +0100
committerNora <nora.widdecke@tu-bs.de>2019-02-24 17:48:53 +0100
commitf1553d27c111bfcc4fe1ce39788ccc7cbbefaa8d (patch)
treea72f956df24bc7bd94106ef1a5fabeb7ae30ed7a /Cargo.toml
parent0db742c95a0a74dd0699cdc0e52412a77ec3e103 (diff)
make verbosity work
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 5581dab..1548fad 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,6 +24,7 @@ fs2 = "0.4.3"
lazy_static = "1.2.0"
backtrace = "0.3"
dirs = "1.0.4"
+structopt = "0.2.14"
[dev-dependencies]
assert_fs = "0.11.3"