DEVELOPMENT ENVIRONMENT

~liljamo/emerwen-proto

ref: 8aa1fdcc154e6f7b62c29356fc8d34dffa4f1fe4 emerwen-proto/justfile -rw-r--r-- 324 bytes
8aa1fdccJonni Liljamo feat!: iteration number whatever, revamp whooo! 7 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