aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
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 b04deea..b539e88 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@ license = "MIT"
[dependencies]
bytes = "0.4"
-clap = "2"
+clap = { version = "2", features = ["wrap_help"] }
config = "0.9"
crossterm = "0.11"
directories = "2"