axum/examples/reverse-proxy/Cargo.toml

12 lines
258 B
TOML
Raw Normal View History

2021-10-19 22:52:19 +02:00
[package]
name = "example-reverse-proxy"
version = "0.1.0"
edition = "2018"
[dependencies]
axum = { path = "../.." }
hyper = { version = "0.14", features = ["full"] }
tokio = { version = "1", features = ["full"] }
tracing = "0.1"
tracing-subscriber = "0.2"