diff --git a/Cargo.toml b/Cargo.toml index ebc494ed..26383ece 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,6 +27,9 @@ quote = "0.6" proc-macro2 = "0.4" clippy = {version = "0.0.174", optional = true } +[dev-dependencies] +clap = {path = "../clap-rs"} # ONLY FOR INITIAL DEVELOPMENT...change to real crates.io ver for rlease! + [features] default = [] nightly = []