DEVELOPMENT ENVIRONMENT

~liljamo/canwa

ref: 25d00e4b961c0f294f58eb58c1933504117a8605 canwa/justfile -rw-r--r-- 234 bytes
25d00e4bJonni Liljamo feat: switch to rustls from openssl 23 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