feat(storage): add Bitcask storage migration, binary WAL, and data compaction support
This commit is contained in:
@@ -66,6 +66,9 @@ uuid = { version = "1", features = ["v4", "serde"] }
|
||||
# Async traits
|
||||
async-trait = "0.1"
|
||||
|
||||
# Test utilities
|
||||
tempfile = "3"
|
||||
|
||||
# Internal crates
|
||||
rustdb-config = { path = "crates/rustdb-config" }
|
||||
rustdb-wire = { path = "crates/rustdb-wire" }
|
||||
|
||||
Reference in New Issue
Block a user