fn main() -> Result<(), Box> { tonic_build::compile_protos("communication.proto")?; tonic_build::compile_protos("module.proto")?; Ok(()) }