DEVELOPMENT ENVIRONMENT

~liljamo/emerwen-proto

ref: 4a8ac69c8d909b6d512ac2ef13884165ebc724f5 emerwen-proto/justfile -rw-r--r-- 324 bytes
4a8ac69cJonni Liljamo feat!: iteration number whatever, revamp whooo! 8 hours ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
_default:
    just --list

go-compile-protos:
    protoc --go_out=go/proto --go_opt=paths=source_relative \
        --go-grpc_out=go/proto --go-grpc_opt=paths=source_relative \
        --proto_path=proto \
        proto/coordinatorcontrol.proto proto/shared/target.proto proto/shared/worker.proto

rust-test:
    cargo test