dev-templates/rust/justfile

9 lines
65 B
Makefile
Raw Normal View History

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