caretta-sync/iroh-proto/build.rs

4 lines
126 B
Rust
Raw Normal View History

2025-09-05 06:22:36 +09:00
fn main() -> Result<(), Box<dyn std::error::Error>> {
tonic_prost_build::compile_protos("proto/iroh.proto")?;
Ok(())
}