# justfile
default:
    @just --list --justfile {{justfile()}}
# Watch and rerun your Rust app automatically
watch:
    cargo watch -x run
