# Run the default help command
help:
    just -l

fmt:
    cargo fmt

test:
    cargo test