From a4491c7ad1386918d11c8b08365948441f1e67ad Mon Sep 17 00:00:00 2001 From: rustdesk Date: Sun, 17 May 2026 15:15:12 +0800 Subject: [PATCH] feat: add rendezvous WebRTC signaling fields --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b1d9b7f91..08c98188b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ screencapturekit = ["cpal/screencapturekit"] [dependencies] async-trait = "0.1" scrap = { path = "libs/scrap", features = ["wayland"] } -hbb_common = { path = "libs/hbb_common" } +hbb_common = { path = "libs/hbb_common", features = ["webrtc"] } serde_derive = "1.0" serde = "1.0" serde_json = "1.0"