清理线程

This commit is contained in:
2026-06-22 19:12:37 +08:00
parent 6829440c31
commit 03b6afade2
4 changed files with 82 additions and 15 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ crate-type = ["rlib", "cdylib"]
common = { path = "../common" }
assets-updater = { path = "../assets-updater" }
tokio = { workspace = true, features = ["macros", "rt", "rt-multi-thread"] }
tokio = { workspace = true, features = ["macros", "rt", "rt-multi-thread", "sync"] }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
reqwest = { workspace = true, features = ["json"] }