zebra/tower-fallback/Cargo.toml

17 lines
346 B
TOML

[package]
name = "tower-fallback"
version = "0.2.17"
authors = ["Zcash Foundation <zebra@zfnd.org>"]
license = "MIT"
edition = "2021"
[dependencies]
pin-project = "0.4.29"
tower = "0.4.12"
futures-core = "0.3.21"
tracing = "0.1.31"
[dev-dependencies]
zebra-test = { path = "../zebra-test/" }
tokio = { version = "1.17.0", features = ["full"] }