summaryrefslogtreecommitdiffstats
path: root/CLI/rust/Cargo.toml
diff options
context:
space:
mode:
authora14m <[email protected]>2021-03-31 19:46:02 +0200
committera14m <[email protected]>2021-03-31 19:46:02 +0200
commit465c4e2301ec9dc58a1b204791a37bcf7a1cd9bd (patch)
tree9e6da0182e638e0d33aacefca3b9990c4d30a9f5 /CLI/rust/Cargo.toml
parentcc7b7a975197cd0dd65414ed372278e2cd073db0 (diff)
Update dev dependencies and README
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"