diff --git a/Cargo.toml b/Cargo.toml index 0e04f0ba..e59996fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" [dependencies] bitflags = "1.0.*" -clap = "2.32.*" +clap = { version = "2.32.*", default-features = false } maplit = "1.0.*" regex = "1.1.*" serde = { version = "1.0.*", features = ["derive"] }