parity-zcash/p2p/Cargo.toml

13 lines
253 B
TOML
Raw Normal View History

2016-09-20 23:54:08 -07:00
[package]
name = "p2p"
version = "0.1.0"
authors = ["debris <marek.kotewicz@gmail.com>"]
[dependencies]
tokio-core = "0.1"
futures = "0.1"
primitives = { path = "../primitives" }
serialization = { path = "../serialization" }
net = { path = "../net" }