chore: adds derive feature for clap proper

This commit is contained in:
Kevin K 2018-07-03 14:57:39 -04:00
parent b145684448
commit 6b45f8d275
No known key found for this signature in database
GPG key ID: 17218E4B3692F01A

View file

@ -28,7 +28,7 @@ proc-macro2 = "0.4"
clippy = {version = "0.0.174", optional = true } clippy = {version = "0.0.174", optional = true }
[dev-dependencies] [dev-dependencies]
clap = {path = "../clap-rs"} # ONLY FOR INITIAL DEVELOPMENT...change to real crates.io ver for rlease! clap = {path = "../clap-rs", features = ["derive"]} # ONLY FOR INITIAL DEVELOPMENT...change to real crates.io ver for rlease!
[features] [features]
default = [] default = []