Add reverse proxy endpoint
This commit is contained in:
+4
-1
@@ -9,8 +9,11 @@ bitcode = "0.6.6"
|
||||
clap = { version = "4.5.41", features = ["derive", "env"] }
|
||||
dedent = "0.1.1"
|
||||
dotenvy = "0.15.7"
|
||||
reqwest = { version = "0.12.22", features = ["json"] }
|
||||
futures-util = { version = "0.3.31", features = ["tokio-io"] }
|
||||
hyper = "1.8.1"
|
||||
reqwest = { version = "0.12.22", features = ["json", "stream"] }
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
tokio = { version = "1.46.1", features = ["macros", "rt-multi-thread"] }
|
||||
tokio-util = { version = "0.7.17", features = ["io"] }
|
||||
turbostore = "0.2.0"
|
||||
urlencoding = "2.1.3"
|
||||
|
||||
Reference in New Issue
Block a user