From 465c4e2301ec9dc58a1b204791a37bcf7a1cd9bd Mon Sep 17 00:00:00 2001 From: a14m Date: Wed, 31 Mar 2021 19:46:02 +0200 Subject: Update dev dependencies and README --- CLI/rust/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CLI/rust/Cargo.toml') 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 "] edition = "2018" [dependencies] -clap = "3.0.0-beta.2" +clap = { version = "3.0.0-beta.2", features = ["wrap_help"] } +terminal_size = "0.1.16" -- cgit v1.2.3