DEVELOPMENT ENVIRONMENT

~liljamo/emerwen

ref: 0bedb35fff9fe3be00f6c1d4f3a1d86dec8f01b2 emerwen/justfile -rw-r--r-- 293 bytes
0bedb35fJonni Liljamo docs: add TODO for SIGINT listen 9 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
_default:
    just --list

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

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

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

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