fn main() -> Result<(), Box> { tonic_build::configure() .compile_well_known_types(true) .compile_protos( &["../proto/common.proto", "../proto/auth.proto"], &["../proto"], )?; Ok(()) }