zebra/tower-fallback/Cargo.toml

17 lines
339 B
TOML
Raw Normal View History

2020-07-14 16:21:01 -07:00
[package]
name = "tower-fallback"
version = "0.2.14"
2020-07-14 16:21:01 -07:00
authors = ["Zcash Foundation <zebra@zfnd.org>"]
license = "MIT"
edition = "2018"
[dependencies]
tower = "0.4"
futures-core = "0.3.13"
pin-project = "0.4.27"
2020-07-14 16:21:01 -07:00
tracing = "0.1"
[dev-dependencies]
zebra-test = { path = "../zebra-test/" }
tokio = { version = "1.14.0", features = ["full"]}