zebra/tower-fallback/Cargo.toml

18 lines
370 B
TOML
Raw Normal View History

2020-07-14 16:21:01 -07:00
[package]
name = "tower-fallback"
version = "0.2.40"
2020-07-14 16:21:01 -07:00
authors = ["Zcash Foundation <zebra@zfnd.org>"]
license = "MIT"
edition = "2021"
2020-07-14 16:21:01 -07:00
[dependencies]
pin-project = "1.1.0"
tower = "0.4.13"
futures-core = "0.3.28"
tracing = "0.1.37"
2020-07-14 16:21:01 -07:00
[dev-dependencies]
tokio = { version = "1.28.2", features = ["full", "tracing", "test-util"] }
2020-07-14 16:21:01 -07:00
zebra-test = { path = "../zebra-test/" }