From bac1b413dc4271a602c1d0415a4a188e67122a81 Mon Sep 17 00:00:00 2001 From: Alek Ratzloff Date: Tue, 3 Mar 2020 19:33:55 -0500 Subject: [PATCH] Remove structopt where appropriate Signed-off-by: Alek Ratzloff --- Cargo.lock | 1 - src/libvm/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 225792e..0a3ee5d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -275,7 +275,6 @@ dependencies = [ "regex 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "rerun_except 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "snafu 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", - "structopt 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] diff --git a/src/libvm/Cargo.toml b/src/libvm/Cargo.toml index b572b43..5dfd8b1 100644 --- a/src/libvm/Cargo.toml +++ b/src/libvm/Cargo.toml @@ -9,7 +9,6 @@ build = "build.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -structopt = "0.3" bitflags = "1" byteorder = "1" lazy_static = "1"