This commit is contained in:
2025-08-02 17:11:46 +08:00
parent cd851adc7e
commit 55b0487583
4 changed files with 45 additions and 15 deletions
+4
View File
@@ -7,3 +7,7 @@ edition = "2024"
mace = { git = "https://git.o2c.fun/abby/mace.git", branch = "task-63" }
clap = { version = "4.5.42", features = ["derive"] }
rand = "0.9.2"
[profile.release]
lto = true
opt-level = 3