Refactor structure

This commit is contained in:
2025-12-14 21:34:06 +08:00
parent 952f00261b
commit 27cb9fa32f
37 changed files with 712 additions and 486 deletions

13
db/Cargo.toml Executable file
View File

@@ -0,0 +1,13 @@
[package]
name = "db"
version = "0.1.0"
edition = "2024"
[dependencies]
rocksdb = "0.24.0"
num_cpus = "1.17.0"
lazy_static.workspace = true
color-eyre.workspace = true
serde.workspace = true
serde_json.workspace = true
directories.workspace = true