DEVELOPMENT ENVIRONMENT

~liljamo/emerwen-proto

emerwen-proto/justfile -rw-r--r-- 317 bytes
4437899dJonni Liljamo feat!: remove responses that can be achieved with status responses 10 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/webtomaster.proto proto/shared/target.proto proto/shared/worker.proto

rust-test:
    cargo test