diff --git a/Cargo.toml b/Cargo.toml index dd1e419..e4d1cd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,11 +45,6 @@ tokio = { version = "1.5.0", features = ["io-util", "macros", "rt-multi-thread", [profile.bench] debug = true -[patch.crates-io] -rtp = { path = " ../../../crates/webrtc-rs/webrtc/crates/rtp" } -webrtc = { path = " ../../../crates/webrtc-rs/webrtc" } -webrtc-srtp = { path = " ../../../crates/webrtc-rs/webrtc/crates/srtp" } - [[bench]] name = "client" harness = false