nRPC/nrpc-codegen-test/build.rs

4 lines
75 B
Rust
Raw Normal View History

2023-04-10 19:34:03 +01:00
fn main() {
nrpc_build::compile(["./proto/helloworld.proto"], ["."])
}