dev-templates/rust/justfile

9 lines
65 B
Makefile

build:
cargo build
test:
cargo test
run:
cargo run