diff --git a/Cargo.toml b/Cargo.toml index 3332b24..7e74c7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]