diff options
Diffstat (limited to 'nitrocli/Cargo.toml')
-rw-r--r-- | nitrocli/Cargo.toml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nitrocli/Cargo.toml b/nitrocli/Cargo.toml index 2d5f484..8127f7a 100644 --- a/nitrocli/Cargo.toml +++ b/nitrocli/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" path = "../base32" @@ -69,7 +66,6 @@ version = "0.1" version = "1" [patch.crates-io] -argparse = { path = "../argparse" } base32 = { path = "../base32" } bitflags = { path = "../bitflags" } cc = { path = "../cc" } |