fn main() -> Result<(), Box> { tonic_build::configure() .out_dir("src/prost") .compile(&["proto/mtcs.proto"], &["proto"])?; Ok(()) }