blob: e1da7552bf01a21c22f29c087ca1678df356acf2 [file]
fn main() -> Result<(), Box<dyn std::error::Error>> {
tonic_build::configure()
.compile(&["proto/helloworld.proto"], &["proto"])
.expect("Failed to compile proto specification");
Ok(())
}