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