From 0b673f2f0184efa0111c4978a2a4159598dee7a6 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. Delete subrepo argparse/:argparse --- argparse/.gitignore | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 argparse/.gitignore (limited to 'argparse/.gitignore') diff --git a/argparse/.gitignore b/argparse/.gitignore deleted file mode 100644 index 6ae6389..0000000 --- a/argparse/.gitignore +++ /dev/null @@ -1,13 +0,0 @@ -/.vagga -*.o -*.so -*.rlib -/argparse_test -/target -# examples -/greeting -/structure -/subcommands - -# Cargo files -Cargo.lock -- cgit v1.2.3