yats.git

ref: 332e2e2c1a41026a2a44e531325bdb2c2c2b6c19

clients/rust/setup.sh


1
2
3
4
5
6
7
#! /bin/bash -x

sudo apt-get install protobuf-codegen

cargo install protobuf-codegen
cargo install grpcio-compiler