port parity itself
... | ... | @@ -38,6 +38,7 @@ ethcore-ipc-nano = { path = "ipc/nano" } |
ethcore-ipc = { path = "ipc/rpc" } | ||
ethcore-ipc-hypervisor = { path = "ipc/hypervisor" } | ||
ethcore-logger = { path = "logger" } | ||
rlp = { path = "util/rlp" } | ||
json-ipc-server = { git = "https://github.com/ethcore/json-ipc-server.git" } | ||
ethcore-dapps = { path = "dapps", optional = true } | ||
clippy = { version = "0.0.85", optional = true} | ||
... | ... |
Please register or sign in to comment