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

hello

+13
+1
.gitignore
···
··· 1 + /target
+6
Cargo.toml
···
··· 1 + [package] 2 + name = "alleged" 3 + version = "0.1.0" 4 + edition = "2024" 5 + 6 + [dependencies]
+3
readme.md
···
··· 1 + # Allegedly 2 + 3 + A public ledger copy machine for [PLC](https://github.com/did-method-plc/did-method-plc) mirrors running the canonical typescript directory code.
+3
src/main.rs
···
··· 1 + fn main() { 2 + println!("Hello, world!"); 3 + }