caretta-sync/desktop/build.rs
2025-08-05 08:17:35 +09:00

4 lines
No EOL
129 B
Rust

fn main() -> Result<(), Box<dyn std::error::Error>> {
tonic_prost_build::compile_protos("proto/caretta.proto")?;
Ok(())
}