fn main() { prost_build::compile_protos( &["src/helloworld.proto"], &[""], ) .unwrap(); }