initial commit

This commit is contained in:
Ara Sadoyan
2025-02-07 15:12:28 +01:00
parent 320348c85f
commit b503f866b1
12 changed files with 2047 additions and 62 deletions

View File

@@ -5,6 +5,22 @@ edition = "2021"
[dependencies]
bytes = "1.9.0"
tokio = "1.43.0"
mini-redis = "0.4"
#async-trait = "0.1"
hyper-reverse-proxy = "0.5"
hyper = { version = "0.14", features = ["full"] }
rand = "0.8.5"
dashmap = "6.1.0"
http-body-util = "0.1"
hyper-util = { version = "0.1", features = ["full"] }
tokio = { version = "1", features = ["full"] }
#pingora = { version = "0.4", features = ["full"] }
pingora = { version = "0.4.0", features = ["lb"] }
pingora-core = { version = "0.4.0" }
pingora-proxy = { version = "0.4.0" }
pingora-load-balancing = { version = "0.4.0" }
pingora-http = { version = "0.4.0" }
async-trait = { version = "0.1.85" }
env_logger = { version = "0.11.6" }
log = "0.4.25"
futures = "0.3.31"