message-queue RocksDB + fix listening

This commit is contained in:
Luke Parker
2023-07-17 00:20:10 -04:00
parent 8543487db2
commit 845c2842b5
3 changed files with 13 additions and 6 deletions

View File

@@ -32,7 +32,8 @@ schnorr-signatures = { path = "../crypto/schnorr" }
log = "0.4"
tokio = { version = "1", features = ["full"] }
serai-db = { path = "../common/db" }
serai-db = { path = "../common/db", features = ["rocksdb"] }
rocksdb = "0.21"
serai-primitives = { path = "../substrate/primitives" }