DEVELOPMENT ENVIRONMENT

~liljamo/canwa

ref: aee45a06a7a9b9e9fb28ffc4b02e2b69c2cb209f canwa/justfile -rw-r--r-- 234 bytes
aee45a06Jonni Liljamo feat: move token to header 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