aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2020-01-07 15:17:16 +0000
committerDaniel Mueller <deso@posteo.net>2020-01-07 15:17:16 +0000
commit77921f888f3106e961e1936fd6a42a9625efe6bf (patch)
tree2c39cd457f1455a9089ad42d4b471343112485d2 /Cargo.toml
parentc1f35ab538dbdf3002a6a9aa0932ada687160787 (diff)
downloadnitrocli-77921f888f3106e961e1936fd6a42a9625efe6bf.tar.gz
nitrocli-77921f888f3106e961e1936fd6a42a9625efe6bf.tar.bz2
Remove argparse dependency
As we have replaced argparse with structopt, we no longer need it as a dependency. This patch removes the dependency from Cargo.toml and deletes the included copy.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cbb735f..972ebb0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,9 +42,6 @@ lto = true
codegen-units = 1
incremental = false
-[dependencies.argparse]
-version = "0.2.2"
-
[dependencies.base32]
version = "0.4.0"