fix: make worker runtime ids resolvable

This commit is contained in:
2026-06-24 20:08:23 +09:00
parent 9bd1550715
commit 38d25582b2
4 changed files with 199 additions and 67 deletions
+1
View File
@@ -16,6 +16,7 @@ rusqlite.workspace = true
serde = { workspace = true, features = ["derive"] }
serde_json.workspace = true
serde_yaml.workspace = true
sha2.workspace = true
thiserror.workspace = true
ticket.workspace = true
tokio = { workspace = true, features = ["fs", "macros", "net", "rt-multi-thread", "sync"] }