6 lines
115 B
Rust
6 lines
115 B
Rust
|
fn main() {
|
||
|
tonic_build::configure()
|
||
|
.compile(&["proto/agent.proto"], &["proto"])
|
||
|
.unwrap();
|
||
|
}
|