DEVELOPMENT ENVIRONMENT

~liljamo/emerwen-proto

ref: 63eb26154b4659b77a2e2da9743d57e717a0b7b0 emerwen-proto/justfile -rw-r--r-- 317 bytes
63eb2615Jonni Liljamo feat!: swap out uint32 for int32, not a big deal 2 days 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/webtomaster.proto proto/shared/target.proto proto/shared/worker.proto

rust-test:
    cargo test