mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-17 23:51:28 +03:00
sync with rustdesk-server hbb_common
This commit is contained in:
@@ -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.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user