mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Bind RocksDB into serai-db
This commit is contained in:
5
Cargo.lock
generated
5
Cargo.lock
generated
@@ -4668,7 +4668,9 @@ dependencies = [
|
||||
"glob",
|
||||
"libc",
|
||||
"libz-sys",
|
||||
"lz4-sys",
|
||||
"tikv-jemalloc-sys",
|
||||
"zstd-sys",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -8633,6 +8635,9 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "serai-db"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"rocksdb",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "serai-in-instructions-pallet"
|
||||
|
||||
Reference in New Issue
Block a user