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() {
/*
protobuf_codegen_pure::Codegen::new()
.out_dir("src")
.inputs(&["protos/mt.proto"])
.include("protos")
.run()
.expect("Codegen failed.");
*/
}