axum/examples/reverse-proxy/Cargo.toml

11 lines
286 B
TOML
Raw Normal View History

2021-10-19 22:52:19 +02:00
[package]
name = "example-reverse-proxy"
version = "0.1.0"
edition = "2021"
2021-10-19 22:52:19 +02:00
[dependencies]
axum = { path = "../../axum" }
hyper = { version = "1.0.0", features = ["full"] }
hyper-util = { version = "0.1.1", features = ["client-legacy"] }
2021-10-19 22:52:19 +02:00
tokio = { version = "1", features = ["full"] }