向nonebot对齐了一下日志输出
This commit is contained in:
+5
-2
@@ -11,10 +11,13 @@ crate-type = ["rlib", "cdylib"]
|
||||
common = { path = "../common" }
|
||||
assets-updater = { path = "../assets-updater" }
|
||||
|
||||
tokio = { workspace = true, features = ["macros", "rt", "rt-multi-thread", "sync"] }
|
||||
tokio = { workspace = true, features = ["macros", "rt", "sync", ] }
|
||||
serde = { workspace = true, features = ["derive"] }
|
||||
serde_json = { workspace = true }
|
||||
reqwest = { workspace = true, features = ["json"] }
|
||||
log = { workspace = true }
|
||||
anyhow = { workspace = true }
|
||||
simplelog = "0.12.2"
|
||||
fern = { workspace = true, features = ["colored"] }
|
||||
futures = { workspace = true }
|
||||
mimalloc = { workspace = true, default-features = false }
|
||||
chrono = { workspace = true }
|
||||
Reference in New Issue
Block a user