summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-07-02 07:45:53 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-07-02 07:53:46 +0800
commitd787a9c5b8ccadae678c985b05ecc328d62df8f3 (patch)
tree52ecd89e02b0e4e727be5963b58a0888e95b646f /Cargo.toml
parent8040d5c50df32b6b19b775a88bdc9616fbfe8980 (diff)
First version of options struct based on Argh
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 189651e..0e1c6a6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,6 +13,7 @@ include = ["src/**/*", "Cargo.*", "LICENSE", "README.md", "CHANGELOG.md", "!**/*
failure = "0.1.1"
failure-tools = "4.0.2"
structopt = "0.3"
+argh = "0.1.3"
jwalk = "0.5.0"
byte-unit = "4"
termion = "1.5.2"