Newer
Older
[package]
description = "Ethcore client."
license = "GPL-3.0"
authors = ["Ethcore <[email protected]>"]
[dependencies]
log = "0.3"
env_logger = "0.3"
rustc-serialize = "0.3"
ctrlc = { git = "https://github.com/tomusdrw/rust-ctrlc.git" }
ethcore-util = { path = "util" }
ethcore = { path = "ethcore" }
ethsync = { path = "sync" }
ethcore-rpc = { path = "rpc", optional = true }
Marek Kotewicz
committed
default = ["rpc"]
[[bin]]
path = "parity/main.rs"
name = "parity"