parity-zcash/sync/Cargo.toml

23 lines
537 B
TOML
Raw Normal View History

[package]
name = "sync"
version = "0.1.0"
authors = ["Ethcore <admin@ethcore.io>"]
[dependencies]
parking_lot = "0.3"
log = "0.3"
time = "0.1"
2016-11-04 02:36:58 -07:00
futures = "0.1"
futures-cpupool = "0.1"
tokio-core = { git = "https://github.com/debris/tokio-core" }
linked-hash-map = "0.3"
chain = { path = "../chain" }
db = { path = "../db" }
message = { path = "../message" }
2016-11-02 05:18:52 -07:00
miner = { path = "../miner" }
p2p = { path = "../p2p" }
primitives = { path = "../primitives" }
test-data = { path = "../test-data" }
verification = { path = "../verification" }