mirror of
https://github.com/clap-rs/clap
synced 2024-12-15 07:12:32 +00:00
chore: adds local dev dependency of clap for tests and examples
This commit is contained in:
parent
25d52ea56a
commit
0be7a308b8
1 changed files with 3 additions and 0 deletions
|
@ -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 = []
|
||||||
|
|
Loading…
Reference in a new issue