adapt new mace 0.0.14

This commit is contained in:
2025-10-12 17:09:55 +08:00
parent d9b969f644
commit 07baaae51e
9 changed files with 377 additions and 8 deletions
+8 -3
View File
@@ -5,11 +5,16 @@ edition = "2024"
[dependencies]
mace = { git = "https://github.com/abbycin/mace" }
clap = { version = "4.5.42", features = ["derive"] }
clap = { version = "4.5.48", features = ["derive"] }
rand = "0.9.2"
log = "0.4.22"
coreid = { path = "coreid"}
logger = { path = "logger"}
coreid = { path = "coreid" }
logger = { path = "logger" }
myalloc = { path = "heap_trace" }
[features]
default = []
custom_alloc = []
[profile.release]
lto = true