DEVELOPMENT ENVIRONMENT

~liljamo/emerwen-proto

ref: 787470c66a23d1bb9c18b6ce7e410267dcb27d5d emerwen-proto/justfile -rw-r--r-- 317 bytes
787470c6Jonni Liljamo feat: rust crate 3 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