summaryrefslogtreecommitdiffstats
path: root/CLI/rust/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'CLI/rust/Cargo.toml')
-rw-r--r--CLI/rust/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/CLI/rust/Cargo.toml b/CLI/rust/Cargo.toml
index 9de2ba5..a1a824c 100644
--- a/CLI/rust/Cargo.toml
+++ b/CLI/rust/Cargo.toml
@@ -5,4 +5,5 @@ authors = ["a14m <[email protected]>"]
edition = "2018"
[dependencies]
-clap = "3.0.0-beta.2"
+clap = { version = "3.0.0-beta.2", features = ["wrap_help"] }
+terminal_size = "0.1.16"