Fixing deps

This commit is contained in:
Tomasz Drwięga 2016-03-10 09:26:04 +01:00
parent 0f056f3abb
commit 3c1888c26a
1 changed files with 2 additions and 2 deletions

View File

@ -25,14 +25,14 @@ ethcore-util = { path = "util" }
ethsync = { path = "sync" }
ethcore-devtools = { path = "devtools" }
ethcore-rpc = { path = "rpc", optional = true }
number_prefix = "0.2"
rpassword = "0.1"
[dev-dependencies]
ethcore = { path = "ethcore", features = ["dev"] }
ethcore-util = { path = "util", features = ["dev"] }
ethsync = { path = "sync", features = ["dev"] }
ethcore-rpc = { path = "rpc", features = ["dev"] }
number_prefix = "0.2"
rpassword = "0.1"
[features]
default = ["rpc"]