skylang/justfile

7 lines
71 B
Plaintext
Raw Permalink Normal View History

run:
cargo run -r
test:
cargo test
build:
cargo build -r