1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
default: @just --list run: cargo run -- up build: cargo build --release test: cargo test --lib check: cargo check cargo clippy -- -D warnings fmt: cargo fmt