server: broker runtime event subscriptions

This commit is contained in:
2026-08-01 19:04:05 +09:00
parent ecd5751a67
commit 9308f93de7
5 changed files with 1038 additions and 13 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ sha2.workspace = true
thiserror.workspace = true
ticket.workspace = true
memory.workspace = true
tokio = { workspace = true, features = ["fs", "macros", "net", "rt-multi-thread", "sync"] }
tokio = { workspace = true, features = ["fs", "macros", "net", "rt-multi-thread", "sync", "time"] }
tokio-tungstenite.workspace = true
worker.workspace = true
worker-runtime.workspace = true