skylang/justfile

7 lines
71 B
Plaintext
Raw Normal View History

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