18 lines
371 B
TOML
18 lines
371 B
TOML
[package]
|
|
name = "tower-fallback"
|
|
version = "0.2.30"
|
|
authors = ["Zcash Foundation <zebra@zfnd.org>"]
|
|
license = "MIT"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
pin-project = "0.4.29"
|
|
tower = "0.4.13"
|
|
futures-core = "0.3.24"
|
|
tracing = "0.1.35"
|
|
|
|
[dev-dependencies]
|
|
tokio = { version = "1.21.1", features = ["full", "tracing", "test-util"] }
|
|
|
|
zebra-test = { path = "../zebra-test/" }
|