mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-16 22:16:49 +01:00
5 lines
138 B
Rust
5 lines
138 B
Rust
fn main() -> Result<(), Box<dyn std::error::Error>> {
|
|
tonic_build::compile_protos("../../proto/plugins/runtime.proto")?;
|
|
Ok(())
|
|
}
|