adpat rocksdb

This commit is contained in:
2025-08-12 17:13:06 +08:00
parent 5796c5aa3e
commit c9b915cd49
14 changed files with 412 additions and 182 deletions
+8 -1
View File
@@ -4,10 +4,17 @@ version = "0.1.0"
edition = "2024"
[dependencies]
mace = { git = "https://git.o2c.fun/abby/mace.git", branch = "task-64" }
# mace = { git = "https://git.o2c.fun/abby/mace.git", branch = "task-64-1" }
mace = { path = "/home/workspace/gits/github/mace"}
clap = { version = "4.5.42", features = ["derive"] }
rand = "0.9.2"
[profile.release]
lto = true
opt-level = 3
[profile.release-with-symbol]
inherits = "release"
# debug = true
debug = "line-tables-only"
panic = "abort"