DEVELOPMENT ENVIRONMENT

~liljamo/canwa

canwa/justfile -rw-r--r-- 101 bytes
45439cc4Jonni Liljamo feat: initial version 27 days ago
                                                                                
1
2
3
4
5
6
7
8
_default:
    just --list

run *ARGS:
    cargo run -- {{ARGS}}

test *ARGS:
    cargo test {{ARGS}}