1
This commit is contained in:
parent
246fb38af6
commit
ed7c0c1956
@ -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.");
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user