mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-22 15:17:18 +01:00
4 lines
82 B
Rust
4 lines
82 B
Rust
|
fn main() {
|
||
|
tonic_build::compile_protos("proto/helloworld.proto").unwrap();
|
||
|
}
|