ethsync: optional ipc codegen

This commit is contained in:
Robert Habermeier
2016-12-08 19:52:48 +01:00
parent 2e87e31157
commit efd66f566d
12 changed files with 36 additions and 38 deletions

View File

@@ -12,7 +12,7 @@ build = "build.rs"
[dependencies]
log = "0.3"
ethcore = { path = "..", features = ["light"] }
ethcore = { path = ".."}
ethcore-util = { path = "../../util" }
ethcore-network = { path = "../../util/network" }
ethcore-io = { path = "../../util/io" }
@@ -22,4 +22,4 @@ time = "0.1"
[features]
default = []
ipc = ["ethcore/ipc", "ethcore-ipc", "ethcore-ipc-codegen"]
ipc = ["ethcore-ipc", "ethcore-ipc-codegen"]