清理线程
This commit is contained in:
+1
-1
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user