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