crisp/justfile
Chris Cochrun 25a451e23e yes
2024-11-06 10:49:31 -06:00

8 lines
181 B
Makefile

default:
just --list
build:
RUST_LOG=Debug cargo build
run:
RUST_LOG=Debug cargo run
test:
RUST_LOG=debug cargo test --benches --tests --all-features -- --nocapture