Documentation
1
2
3
fn main() {
    tonic_build::compile_protos("proto/google/pubsub/pubsub.proto").unwrap();
}