向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
+9 -3
View File
@@ -2,8 +2,12 @@
resolver = "3"
members = ["entry", "common", "assets-updater", "test-main"]
#[profile.dev]
#codegen-units = 4
[profile.minimum]
inherits = "release"
lto = true
opt-level = 'z'
codegen-units = 1
strip = true
[workspace.dependencies]
anyhow = "1.0.102"
@@ -25,4 +29,6 @@ cridecoder = "0.1.1"
thiserror = "2.0.18"
cipher = "0.4.4"
twox-hash = "2.1.2"
fern = "0.7"
futures = "0.3.32"
mimalloc = { version = "0.1", default-features = false }