DEVELOPMENT ENVIRONMENT

~liljamo/felu-ng

ref: f47e34ebe1d6d3be4d7ca678fd3bd6cf359ecbb1 felu-ng/justfile -rw-r--r-- 169 bytes
f47e34ebJonni Liljamo feat(common): protobufs with prost 2 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
_default:
    just --list

mgmt *ARGS:
    cargo run --bin felu-mgmt -- {{ARGS}}

ns *ARGS:
    cargo run --bin felu-ns -- {{ARGS}}

test *ARGS:
    cargo test {{ARGS}}