move proto and V4Mangle to hbb_common

This commit is contained in:
open-trade
2020-03-07 23:24:58 +08:00
parent d8b829818e
commit d5e55b33d5
8 changed files with 24 additions and 86 deletions

View File

@@ -1,10 +0,0 @@
fn main() {
protobuf_codegen_pure::run(protobuf_codegen_pure::Args {
out_dir: "src/protos",
input: &["protos/message.proto"],
includes: &["protos"],
customize: protobuf_codegen_pure::Customize {
..Default::default()
},
}).unwrap();
}