Fixing deps
This commit is contained in:
parent
0f056f3abb
commit
3c1888c26a
@ -25,14 +25,14 @@ ethcore-util = { path = "util" }
|
|||||||
ethsync = { path = "sync" }
|
ethsync = { path = "sync" }
|
||||||
ethcore-devtools = { path = "devtools" }
|
ethcore-devtools = { path = "devtools" }
|
||||||
ethcore-rpc = { path = "rpc", optional = true }
|
ethcore-rpc = { path = "rpc", optional = true }
|
||||||
|
number_prefix = "0.2"
|
||||||
|
rpassword = "0.1"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
ethcore = { path = "ethcore", features = ["dev"] }
|
ethcore = { path = "ethcore", features = ["dev"] }
|
||||||
ethcore-util = { path = "util", features = ["dev"] }
|
ethcore-util = { path = "util", features = ["dev"] }
|
||||||
ethsync = { path = "sync", features = ["dev"] }
|
ethsync = { path = "sync", features = ["dev"] }
|
||||||
ethcore-rpc = { path = "rpc", features = ["dev"] }
|
ethcore-rpc = { path = "rpc", features = ["dev"] }
|
||||||
number_prefix = "0.2"
|
|
||||||
rpassword = "0.1"
|
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["rpc"]
|
default = ["rpc"]
|
||||||
|
Loading…
Reference in New Issue
Block a user