Files
axum/examples/rest-grpc-multiplex/build.rs
T

4 lines
82 B
Rust
Raw Normal View History

2022-05-02 23:52:55 +08:00
fn main() {
tonic_build::compile_protos("proto/helloworld.proto").unwrap();
}