Files
tonic/tests/wellknown/build.rs
T

4 lines
88 B
Rust

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