Files
tonic/tests/wellknown/build.rs
T

4 lines
81 B
Rust

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