axum/examples/reverse-proxy/Cargo.toml

10 lines
221 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"] }
2021-10-19 22:52:19 +02:00
tokio = { version = "1", features = ["full"] }