DEVELOPMENT ENVIRONMENT

~liljamo/canwa

ref: f07712ffc5f21bd3755ef74dfe5d5dd467e620aa canwa/justfile -rw-r--r-- 234 bytes
f07712ffJonni Liljamo feat: nix updates, package and module 19 hours ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
_default:
    just --list

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

test *ARGS:
    cargo test {{ARGS}}

gen-license-html:
    ~/.cargo/bin/cargo-about generate --config cargo-about/about.toml cargo-about/about.hbs > static/license.html