Merge branch 'master' into tmp

This commit is contained in:
rustdesk
2023-01-27 11:37:15 +08:00
32 changed files with 670 additions and 522 deletions

View File

@@ -8,10 +8,7 @@ fn main() {
.out_dir(out_dir)
.inputs(&["protos/rendezvous.proto", "protos/message.proto"])
.include("protos")
.customize(
protobuf_codegen::Customize::default()
.tokio_bytes(true)
)
.customize(protobuf_codegen::Customize::default().tokio_bytes(true))
.run()
.expect("Codegen failed.");
}