Bind RocksDB into serai-db

This commit is contained in:
Luke Parker
2023-07-13 19:09:11 -04:00
parent c9bb284570
commit 62504b2622
5 changed files with 133 additions and 83 deletions

View File

@@ -11,3 +11,9 @@ edition = "2021"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[dependencies]
rocksdb = { version = "0.21", optional = true }
[features]
rocksdb = ["dep:rocksdb"]