build: enable runtime server features by default

This commit is contained in:
2026-07-29 19:57:59 +09:00
parent fb285b17e4
commit 0b64eab148
6 changed files with 4 additions and 7 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ memory.workspace = true
tokio = { workspace = true, features = ["fs", "macros", "net", "rt-multi-thread", "sync"] }
tokio-tungstenite.workspace = true
worker.workspace = true
worker-runtime = { workspace = true, features = ["ws-server", "fs-store"] }
worker-runtime.workspace = true
toml.workspace = true
tracing.workspace = true
url.workspace = true