1 2 3 4
fn main() -> Result<(), Box<dyn std::error::Error>> { tonic_prost_build::configure().compile_protos(&["proto/countah.proto"], &["proto/"])?; Ok(()) }