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

@@ -12,7 +12,7 @@ rustc-serialize = "0.3"
docopt = { version = "0.6", optional = true }
[features]
default = ["cli"]
default = []
cli = ["docopt"]
[[bin]]