2021-10-19 23:52:19 +03:00
|
|
|
[package]
|
|
|
|
|
name = "example-reverse-proxy"
|
|
|
|
|
version = "0.1.0"
|
2022-06-17 20:11:35 +02:00
|
|
|
edition = "2021"
|
2021-10-19 23:52:19 +03:00
|
|
|
|
|
|
|
|
[dependencies]
|
2021-11-03 12:38:48 +01:00
|
|
|
axum = { path = "../../axum" }
|
2021-10-19 23:52:19 +03:00
|
|
|
hyper = { version = "0.14", features = ["full"] }
|
|
|
|
|
tokio = { version = "1", features = ["full"] }
|