DEVELOPMENT ENVIRONMENT

~liljamo/canwa

ref: 1ee9b03b61d59fcf3637bc5fd87a655dd2c4ca2f canwa/justfile -rw-r--r-- 101 bytes
1ee9b03bJonni Liljamo chore: update cargo deps 27 days ago
                                                                                
1
2
3
4
5
6
7
8
_default:
    just --list

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

test *ARGS:
    cargo test {{ARGS}}