Files

12 lines
302 B
TOML
Raw Permalink Normal View History

2021-10-19 23:52:19 +03:00
[package]
name = "example-reverse-proxy"
version = "0.1.0"
edition = "2021"
2025-09-13 21:48:25 +09:00
publish = false
2021-10-19 23:52:19 +03:00
[dependencies]
axum = { path = "../../axum" }
hyper = { version = "1.0.0", features = ["full"] }
hyper-util = { version = "0.1.1", features = ["client-legacy"] }
2021-10-19 23:52:19 +03:00
tokio = { version = "1", features = ["full"] }