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

details for crates

+2
+2
Cargo.toml
··· 1 [package] 2 name = "allegedly" 3 version = "0.1.0" 4 edition = "2024" 5 default-run = "allegedly"
··· 1 [package] 2 name = "allegedly" 3 + description = "public ledger tools and services (for the PLC)" 4 + license = "MIT OR Apache-2.0" 5 version = "0.1.0" 6 edition = "2024" 7 default-run = "allegedly"