Files

5 lines
128 B
Rust
Raw Permalink Normal View History

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