switch api server sse to axum builtin

This commit is contained in:
2026-04-22 15:34:17 +08:00
parent 28ba990123
commit d5627c536d
6 changed files with 100 additions and 324 deletions

View File

@@ -28,7 +28,7 @@ shared-contracts = { path = "../shared-contracts" }
shared-kernel = { path = "../shared-kernel" }
shared-logging = { path = "../shared-logging" }
spacetime-client = { path = "../spacetime-client" }
tokio = { version = "1", features = ["macros", "rt-multi-thread", "net", "sync"] }
tokio = { version = "1", features = ["macros", "rt-multi-thread", "net"] }
tokio-stream = "0.1"
time = { version = "0.3", features = ["formatting"] }
tower-http = { version = "0.6", features = ["trace"] }