fn main() { protobuf_codegen::Codegen::new() .cargo_out_dir("proto") .include("src") .input("src/proto/messages.proto") .run_from_script(); }