fn main() { protobuf_codegen_pure::run(protobuf_codegen_pure::Args { out_dir: "src/pb", input: &["proto/termcast.proto"], includes: &["proto"], customize: protobuf_codegen_pure::Customize { ..Default::default() }, }) .expect("protobuf_codegen_pure"); }