DEVELOPMENT ENVIRONMENT

~liljamo/canwa

canwa/justfile -rw-r--r-- 101 bytes
4c12087aJonni Liljamo fix: tests, we require a service and notifier definition 20 days ago
                                                                                
1
2
3
4
5
6
7
8
_default:
    just --list

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

test *ARGS:
    cargo test {{ARGS}}