DEVELOPMENT ENVIRONMENT

~liljamo/canwa

ref: c029d3ec1dfda78a6bb450693ee6c1a363508685 canwa/justfile -rw-r--r-- 101 bytes
c029d3ecJonni Liljamo chore: update inputs, Rust 1.85 and 2024 edition a month ago
                                                                                
1
2
3
4
5
6
7
8
_default:
    just --list

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

test *ARGS:
    cargo test {{ARGS}}