Cargo.toml 518 B
Newer Older
[package]
description = "Ethcore client."
Marek Kotewicz's avatar
Marek Kotewicz committed
name = "parity"
version = "0.9.0"
license = "GPL-3.0"
authors = ["Ethcore <[email protected]>"]

[dependencies]
log = "0.3"
env_logger = "0.3"
rustc-serialize = "0.3"
docopt = "0.6"
docopt_macros = "0.6"
ctrlc = "1.0"
Marek Kotewicz's avatar
Marek Kotewicz committed
ethcore-util = { path = "util" }
ethcore = { path = "ethcore" }
ethsync = { path = "sync" }
ethcore-rpc = { path = "rpc", optional = true }
rpc = ["ethcore-rpc"]
Marek Kotewicz's avatar
Marek Kotewicz committed

[[bin]]
path = "parity/main.rs"
name = "parity"