axum/examples/http-proxy/Cargo.toml

14 lines
322 B
TOML
Raw Normal View History

2021-10-26 20:46:40 +02:00
[package]
name = "example-http-proxy"
version = "0.1.0"
edition = "2018"
publish = false
[dependencies]
axum = { path = "../.." }
tokio = { version = "1.0", features = ["full"] }
hyper = { version = "0.14", features = ["full"] }
tower = { version = "0.4", features = ["make"] }
tracing = "0.1"
tracing-subscriber = "0.2"