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