summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-11-15 11:42:45 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-11-15 11:42:45 +0800
commit5782c4ff99b70ea101ed2f36711a456fd4e4e37b (patch)
tree04a5c4d2f28e42b313d606b366a86c974be104ae /Cargo.toml
parent88753aa6d6a7d23a7d4334b7913655009adfc079 (diff)
switch from structup to clap 3 beta.2
…to see if the order of arguments is corrected. It's not the case. Related to #71
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 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"