add logger

This commit is contained in:
2025-08-17 08:03:54 +08:00
parent 1628a9c690
commit 7c672c32fe
5 changed files with 319 additions and 0 deletions
+3
View File
@@ -8,11 +8,14 @@ edition = "2024"
mace = { path = "/home/workspace/gits/github/mace"}
clap = { version = "4.5.42", features = ["derive"] }
rand = "0.9.2"
log = "0.4.22"
coreid = { path = "coreid"}
logger = { path = "logger"}
[profile.release]
lto = true
opt-level = 3
debug = true
[profile.release-with-symbol]
inherits = "release"