run:
    cargo run -- zhersh_json.json

test:
    cargo test

fmt:
    cargo fmt

clippy:
    cargo clippy

build:
    cargo build