From 5782c4ff99b70ea101ed2f36711a456fd4e4e37b Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 15 Nov 2020 11:42:45 +0800 Subject: switch from structup to clap 3 beta.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …to see if the order of arguments is corrected. It's not the case. Related to #71 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6e21c5b..9079051 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ tui-crossplatform = ["crosstermion/tui-react-crossterm", "tui-shared"] tui-shared = ["tui", "tui-react", "open", "unicode-segmentation"] [dependencies] -structopt = "0.3.15" +clap = "3.0.0-beta.2" jwalk = "0.5.0" byte-unit = "4" atty = "0.2.11" -- cgit v1.2.3