mirror of
https://github.com/openai/codex.git
synced 2026-05-03 04:42:20 +03:00
WIP on supporting websocket-deflate
Seems to remove the "proxy" feature from the previously-referenced branch, so need to merge these two together somehow, most likely
This commit is contained in:
@@ -16,6 +16,7 @@ serde_json = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
tokio = { workspace = true, features = ["macros", "net", "rt", "sync", "time"] }
|
||||
tokio-tungstenite = { workspace = true }
|
||||
tungstenite = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
eventsource-stream = { workspace = true }
|
||||
regex-lite = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user