Initial EventSource implementationo

This commit is contained in:
2026-01-28 21:34:20 +00:00
parent e380b88b62
commit 941614e550
6 changed files with 173 additions and 2 deletions

View File

@@ -18,6 +18,9 @@ serde_with = { version = "3.16", features = ["base64"] }
tracing = "0.1"
tokio = { version = "1" }
tokio-stream = "0.1"
async-stream = "0.3.6"
tokio-util = "0.7.18"
async-trait = "0.1.89"
[dev-dependencies]
console = "0.16.2"