zebra/tower-fallback/Cargo.toml

17 lines
334 B
TOML

[package]
name = "tower-fallback"
version = "0.1.0"
authors = ["Zcash Foundation <zebra@zfnd.org>"]
license = "MIT"
edition = "2018"
[dependencies]
tower = "0.4"
futures-core = "0.3.6"
pin-project = "0.4.27"
tracing = "0.1"
[dev-dependencies]
zebra-test = { path = "../zebra-test/" }
tokio = { version = "0.3", features = ["full"]}