1 2 3 4 5 6
# justfile default: @just --list --justfile {{justfile()}} # Watch and rerun your Rust app automatically watch: cargo watch -x run