zebra/zebra-network/Cargo.toml

19 lines
561 B
TOML
Raw Normal View History

[package]
name = "zebra-network"
version = "0.1.0"
authors = ["Henry de Valence <hdevalence@hdevalence.ca>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bytes = "0.4"
rand = "0.7"
2019-09-13 05:29:17 -07:00
byteorder = "1.3"
chrono = "0.4"
2019-09-13 05:29:17 -07:00
failure = "0.1"
tokio = "=0.2.0-alpha.5"
tracing = { git = "https://github.com/tokio-rs/tracing" }
tracing-futures = { git = "https://github.com/tokio-rs/tracing", features = ["tokio-alpha"], default-features = false }
zebra-chain = { path = "../zebra-chain" }