mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-02-24 11:34:55 +01:00
7 lines
169 B
Rust
7 lines
169 B
Rust
fn main() -> Result<(), Box<dyn std::error::Error>> {
|
|
// Compile protobuf types
|
|
tonic_build::compile_protos("../../proto/plugins/runtime.proto")?;
|
|
|
|
Ok(())
|
|
}
|