1 2 3 4 5 6 7 8 9
[package] name = "wal" version = "0.1.0" edition = "2024" description = "Write Ahead Log (WAL) implementation for efficient and durable logging of operations." license = "MIT" authors = [ "Beyondo", "VOID Operations" ] [dependencies]