feat: add workspace server launcher

This commit is contained in:
2026-06-21 19:55:55 +09:00
parent be517417ff
commit e6f68496b4
4 changed files with 300 additions and 3 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ serde_json.workspace = true
serde_yaml.workspace = true
thiserror.workspace = true
ticket.workspace = true
tokio = { workspace = true, features = ["fs", "net", "rt", "sync"] }
tokio = { workspace = true, features = ["fs", "macros", "net", "rt-multi-thread", "sync"] }
tracing.workspace = true
[dev-dependencies]