mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 04:39:24 +00:00
message-queue RocksDB + fix listening
This commit is contained in:
@@ -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" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user