向nonebot对齐了一下日志输出

This commit is contained in:
2026-07-05 18:39:57 +08:00
parent 355cb36025
commit 1a645f9177
10 changed files with 260 additions and 169 deletions
+5 -2
View File
@@ -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 }