DEVELOPMENT ENVIRONMENT

~liljamo/canwa

ref: f4acfed44fdf65b21695766b67d03f1700f5ecb1 canwa/justfile -rw-r--r-- 234 bytes
f4acfed4Jonni Liljamo chore: disable unused features, regen license.html a month 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