feat: add workspace memory backend for embedded workers

This commit is contained in:
2026-07-21 09:27:28 +09:00
parent 2e0cd3d161
commit 2572dde691
15 changed files with 947 additions and 235 deletions
+1
View File
@@ -21,6 +21,7 @@ serde_yaml.workspace = true
sha2.workspace = true
thiserror.workspace = true
ticket.workspace = true
memory.workspace = true
tokio = { workspace = true, features = ["fs", "macros", "net", "rt-multi-thread", "sync"] }
tokio-tungstenite.workspace = true
worker.workspace = true