Files
tonic/tests/same_name/build.rs
T

4 lines
82 B
Rust

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