Server tools to backfill, tail, mirror, and verify PLC logs

bump for docs fix

+2 -2
+1 -1
Cargo.lock
··· 28 28 29 29 [[package]] 30 30 name = "allegedly" 31 - version = "0.3.1" 31 + version = "0.3.2" 32 32 dependencies = [ 33 33 "anyhow", 34 34 "async-compression",
+1 -1
Cargo.toml
··· 2 2 name = "allegedly" 3 3 description = "public ledger server tools and services (for the PLC)" 4 4 license = "MIT OR Apache-2.0" 5 - version = "0.3.1" 5 + version = "0.3.2" 6 6 edition = "2024" 7 7 default-run = "allegedly" 8 8