skylang/justfile

7 lines
71 B
Plaintext

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