Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net/webrtc/Cargo.toml')
-rw-r--r--net/webrtc/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/webrtc/Cargo.toml b/net/webrtc/Cargo.toml
index a4a466a32..ff8ea15c4 100644
--- a/net/webrtc/Cargo.toml
+++ b/net/webrtc/Cargo.toml
@@ -56,6 +56,8 @@ livekit-api = { version = "0.3", default-features = false, features = ["signal-c
warp = "0.3"
crossbeam-channel = "0.5"
+rand = "0.8"
+http_1 = { version = "1.0", package = "http" }
[dev-dependencies]
tracing = { version = "0.1", features = ["log"] }