fn main() { protoc_rust_grpc::Codegen::new().include("../protobuf").input("../protobuf/route_guide.proto").out_dir("src/grpc").rust_protobuf(true).run().expect("grpc gen error") }