DEVELOPMENT ENVIRONMENT

~liljamo/canwa

ref: 81c4e8c2d32b2a0b5270ecc09f1e1fab1c6802f4 canwa/justfile -rw-r--r-- 101 bytes
81c4e8c2Jonni Liljamo docs: re-license under AGPL-3.0-or-later 2 days ago
                                                                                
1
2
3
4
5
6
7
8
_default:
    just --list

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

test *ARGS:
    cargo test {{ARGS}}