This commit is contained in:
aozhiwei 2022-01-01 09:33:23 +08:00
parent f86ee0992f
commit 3c90a3c032

View File

@ -1,6 +1,6 @@
fn main() { fn main() {
protobuf_codegen_pure::Codegen::new() protobuf_codegen_pure::Codegen::new()
.out_dir("src/mt") .out_dir("src")
.inputs(&["protos/mt.proto"]) .inputs(&["protos/mt.proto"])
.include("protos") .include("protos")
.run() .run()