DEVELOPMENT ENVIRONMENT

~liljamo/emerwen

ref: 33e3c26e7068aa62b035e150b5e4e0d6014607ee emerwen/justfile -rw-r--r-- 208 bytes
33e3c26eJonni Liljamo feat: initial monitoring work, protocol changes 14 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
_default:
    just --list

master *ARGS:
    cargo run --bin emerwen-master -- {{ARGS}}

worker *ARGS:
    cargo run --bin emerwen-worker -- {{ARGS}}

test-protocol:
    cargo test --package emerwen-protocol