aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-04-20 04:07:39 -0400
committerJesse Luehrs <doy@tozt.net>2020-04-20 04:07:39 -0400
commit6f4eaaf8a8f29061c20f382c771991bb83221f7a (patch)
treec3f2f6cae44aea3d1f36c754700771b4ef17aa74 /Cargo.toml
parent9db9908cd3aa97933a543800d69945484a81e62a (diff)
downloadrbw-6f4eaaf8a8f29061c20f382c771991bb83221f7a.tar.gz
rbw-6f4eaaf8a8f29061c20f382c771991bb83221f7a.zip
add docs
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7084172..97f3762 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,7 @@ arrayvec = "0.5"
base64 = "0.11"
block-modes = "0.3"
chbs = "0.0.10"
-clap = "2.33"
+clap = { version = "2.33", features = ["wrap_help"] }
daemonize = "0.4"
directories = "2.0"
env_logger = "0.7"