Refactor structure
This commit is contained in:
13
db/Cargo.toml
Executable file
13
db/Cargo.toml
Executable 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
|
||||
Reference in New Issue
Block a user