[package] name = "stemedb-wal" version = "0.1.0" edition = "2021" description = "Write-Ahead Log (Quarantine Journal) for Episteme" # Inherit workspace lints [lints] workspace = true [dependencies] fs2 = "0.4" thiserror = "1.0" tracing = "0.1" byteorder = "1.5" blake3 = "1.5" [dev-dependencies] tempfile = "3.10"