We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f9f67e commit 25961e3Copy full SHA for 25961e3
webrtc-rs/server/Cargo.toml
@@ -19,4 +19,4 @@ hyper = { version = "0.14.13", features = ["full"] }
19
anyhow = "1.0.44"
20
lazy_static = "1.4"
21
async-trait = "0.1.42"
22
-tokio-util = "0.6.8"
+tokio-util = { version = "0.6.8", features = ["codec"] }
0 commit comments