mirror of
https://github.com/ShadowJonathan/conduit_toolbox.git
synced 2025-07-27 13:40:52 +03:00
add rocksdb support
This commit is contained in:
parent
a04057ed4c
commit
e20e99493e
5 changed files with 249 additions and 3 deletions
|
@ -11,4 +11,5 @@ sled = { version = "0.34.6", features = ["compression", "no_metrics"] }
|
|||
rusqlite = { version = "0.25.3", features = ["bundled"] }
|
||||
anyhow = "1.0.42"
|
||||
heed = { git = "https://github.com/timokoesters/heed.git", rev = "f6f825da7fb2c758867e05ad973ef800a6fe1d5d" }
|
||||
thiserror = "1.0.26"
|
||||
thiserror = "1.0.26"
|
||||
rocksdb = { version = "0.16.0", features = ["multi-threaded-cf"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue