diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2020-01-07 15:17:16 +0000 |
---|---|---|
committer | Daniel Mueller <deso@posteo.net> | 2020-01-07 15:17:16 +0000 |
commit | 77921f888f3106e961e1936fd6a42a9625efe6bf (patch) | |
tree | 2c39cd457f1455a9089ad42d4b471343112485d2 /Cargo.toml | |
parent | c1f35ab538dbdf3002a6a9aa0932ada687160787 (diff) | |
download | nitrocli-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.toml | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -42,9 +42,6 @@ lto = true codegen-units = 1 incremental = false -[dependencies.argparse] -version = "0.2.2" - [dependencies.base32] version = "0.4.0" |