This commit is contained in:
azw 2023-10-29 07:21:27 +00:00
parent 246fb38af6
commit ed7c0c1956

View File

@ -1,8 +1,10 @@
fn main() { fn main() {
/*
protobuf_codegen_pure::Codegen::new() protobuf_codegen_pure::Codegen::new()
.out_dir("src") .out_dir("src")
.inputs(&["protos/mt.proto"]) .inputs(&["protos/mt.proto"])
.include("protos") .include("protos")
.run() .run()
.expect("Codegen failed."); .expect("Codegen failed.");
*/
} }