Files

4 lines
87 B
Rust

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