mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-02-01 18:22:19 -05: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(())
|
|
}
|