DEVELOPMENT ENVIRONMENT

~liljamo/emerwen

ref: ef2b830165b22e9bcc235221875b81e359a8bb7d emerwen/justfile -rw-r--r-- 208 bytes
ef2b8301Jonni Liljamo feat: 2nd protocol iteration 15 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