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