Files
2020-03-29 12:57:11 -04:00

4 lines
75 B
Rust

fn main() {
tonic_build::compile_protos("proto/foo.proto").unwrap();
}