fn main() -> Result<(), Box> { tonic_build::configure() .build_server(false) .compile_protos( &["../../proto/sentry/logs/v1/logs.proto"], &["../../proto"], )?; Ok(()) }