mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
switch to axum based proxy
This commit is contained in:
parent
716074f343
commit
2bc9e571d2
4 changed files with 179 additions and 391 deletions
|
|
@ -28,15 +28,16 @@ async-trait = "0.1.80"
|
|||
enum_dispatch = "0.3.13"
|
||||
miette = { version = "7.2.0", features = ["fancy"] }
|
||||
shell-words = "1.1.0"
|
||||
warp = "0.3"
|
||||
tokio-stream = { version = "0.1.15", features = ["net"] }
|
||||
tracing = "0.1.40"
|
||||
tracing-subscriber = "0.3.18"
|
||||
hyper-reverse-proxy = { version = "0.5.2-dev", git = "https://github.com/felipenoris/hyper-reverse-proxy" }
|
||||
hyper = "0.14.29"
|
||||
atty = "0.2.14"
|
||||
git2 = { version = "0.20.0", default-features = false }
|
||||
|
||||
hyper-reverse-proxy = { version = "0.5.2-dev", git = "https://github.com/chpio/hyper-reverse-proxy", rev = "6934877eb74465204f605cc1c05ca5a9772db7c0" }
|
||||
hyper = "1.6.0"
|
||||
hyper-util = "0.1.10"
|
||||
axum = { version = "0.8.1", features = ["tokio"] }
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue