向nonebot对齐了一下日志输出
This commit is contained in:
+9
-3
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user