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

10 lines
226 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" }
2023-03-23 22:38:37 +01:00
hyper = { version = "1.0.0-rc.3", features = ["full"] }
2021-10-19 23:52:19 +03:00
tokio = { version = "1", features = ["full"] }