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

10 lines
220 B
TOML
Raw Normal View History

2021-10-19 23:52:19 +03:00
[package]
name = "example-reverse-proxy"
version = "0.1.0"
edition = "2021"
2021-10-19 23:52:19 +03:00
[dependencies]
axum = { path = "../../axum" }
2021-10-19 23:52:19 +03:00
hyper = { version = "0.14", features = ["full"] }
tokio = { version = "1", features = ["full"] }