From 77921f888f3106e961e1936fd6a42a9625efe6bf Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Tue, 7 Jan 2020 15:17:16 +0000 Subject: 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. --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.1