Update Cargo.toml

This commit is contained in:
RustDesk
2025-11-13 22:15:04 +08:00
committed by GitHub
parent 7f1941332b
commit 3e1e58747a

View File

@@ -7,7 +7,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
default = ["webrtc"]
default = []
webrtc = ["dep:webrtc"]
[dependencies]