Files
tonic/tests/integration_tests/build.rs
T

4 lines
76 B
Rust

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