1
This commit is contained in:
parent
ebd346ff4a
commit
4981ad6651
@ -6,7 +6,7 @@ edition = "2021"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
#protobuf = "2.9.0"
|
||||
protobuf = "2.9.0"
|
||||
serde = "*"
|
||||
serde_derive = "*"
|
||||
serde_json = "*"
|
||||
@ -16,4 +16,4 @@ r9_macro_derive = { path = "../../third_party/r9/r9_macro_derive" }
|
||||
f9 = { path = "../../third_party/r9/f9" }
|
||||
|
||||
[build-dependencies]
|
||||
#protobuf-codegen-pure = "2.9.0"
|
||||
protobuf-codegen-pure = "2.9.0"
|
||||
|
@ -1,10 +1,8 @@
|
||||
fn main() {
|
||||
/*
|
||||
protobuf_codegen_pure::Codegen::new()
|
||||
.out_dir("src")
|
||||
.inputs(&["protos/mt.proto"])
|
||||
.include("protos")
|
||||
.include("proto")
|
||||
.run()
|
||||
.expect("Codegen failed.");
|
||||
*/
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user