Files
tonic/tests/included_service/build.rs
T

4 lines
87 B
Rust

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