Lock durable event log appends

This commit is contained in:
2026-05-25 15:04:07 -04:00
parent 814f28c5ae
commit e7cc388742
3 changed files with 87 additions and 35 deletions
Generated
+11
View File
@@ -22,6 +22,7 @@ name = "antidrift"
version = "0.1.0"
dependencies = [
"anyhow",
"fs2",
"hex",
"ratatui",
"regex",
@@ -187,6 +188,16 @@ version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
[[package]]
name = "fs2"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
dependencies = [
"libc",
"winapi",
]
[[package]]
name = "futures-core"
version = "0.3.32"