Files
axum/examples/reverse-proxy/Cargo.toml
T

12 lines
302 B
TOML
Raw Normal View History

2021-10-19 23:52:19 +03:00
[package]
name = "example-reverse-proxy"
version = "0.1.0"
edition = "2018"
[dependencies]
axum = { path = "../../axum" }
2021-10-19 23:52:19 +03:00
hyper = { version = "0.14", features = ["full"] }
tokio = { version = "1", features = ["full"] }
tracing = "0.1"
2021-11-06 15:50:23 +01:00
tracing-subscriber = { version="0.3", features = ["env-filter"] }