use tonic_build; fn main() -> Result<(), Box> { tonic_build::compile_protos("proto/app.proto").unwrap(); return Ok(()); }