mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 06:42:33 +00:00
chore: adds derive feature for clap proper
This commit is contained in:
parent
b145684448
commit
6b45f8d275
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ 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!
|
||||
clap = {path = "../clap-rs", features = ["derive"]} # ONLY FOR INITIAL DEVELOPMENT...change to real crates.io ver for rlease!
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
|
Loading…
Reference in a new issue