summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-07-02 11:02:59 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-07-02 11:02:59 +0800
commite32778b00dd38bc2053d325453ec19f498b68a29 (patch)
treeb8ef1fd8a643c3599022a6a4487d3fac1e417d3e /Cargo.toml
parent10aecc0ce7d33afc1fdbe8ce88b1aa871f055cf8 (diff)
Bring structopt back, argh doesn't support OsStrings
https://www.reddit.com/r/rust/comments/hjn64e/dua_28_disk_usage_analyzer_is_now_430kb_smaller/fwnjjp9?utm_source=share&utm_medium=web2x
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 8117262..6f3d32f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,7 @@ license = "MIT"
include = ["src/**/*", "Cargo.*", "LICENSE", "README.md", "CHANGELOG.md", "!**/*_test/*"]
[dependencies]
-argh = "0.1.3"
+structopt = "0.3.15"
jwalk = "0.5.0"
byte-unit = "4"
termion = "1.5.2"