docopt is an optional dependency of ethkey and ethstore

This commit is contained in:
debris
2016-06-20 17:50:38 +02:00
parent 75a38500f1
commit 0716eaa036
3 changed files with 2 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ serde_codegen = { version = "0.7", optional = true }
syntex = "0.33.0"
[features]
default = ["cli", "serde_codegen"]
default = ["serde_codegen"]
nightly = ["serde_macros"]
cli = ["docopt"]