crabidy/crabidy-core/build.rs

5 lines
135 B
Rust

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