chore: adds local dev dependency of clap for tests and examples

This commit is contained in:
Kevin K 2018-07-02 14:45:38 -04:00
parent 25d52ea56a
commit 0be7a308b8
No known key found for this signature in database
GPG key ID: 17218E4B3692F01A

View file

@ -27,6 +27,9 @@ quote = "0.6"
proc-macro2 = "0.4" proc-macro2 = "0.4"
clippy = {version = "0.0.174", optional = true } 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] [features]
default = [] default = []
nightly = [] nightly = []