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

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2022-08-16 17:44:41 +0300
committerThibault Saunier <tsaunier@igalia.com>2022-10-20 12:51:58 +0300
commit39c0dcb0d444737003180ee4ee9839610511a671 (patch)
tree2a1dc3eb389fda46225e55bb1cce1eddd740bd6a /Cargo.toml
parentb164daf5102451990fd1eafe1415cc712843317a (diff)
Plug webrtc in
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 711e9c4e..0275622e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,6 +19,9 @@ members = [
"net/reqwest",
"net/rtpav1",
"net/webrtc-http",
+ "net/webrtc",
+ "net/webrtc/protocol",
+ "net/webrtc/signalling",
"net/ndi",
"text/ahead",
"text/json",
@@ -57,6 +60,9 @@ default-members = [
"net/reqwest",
"net/rtpav1",
"net/webrtc-http",
+ "net/webrtc/",
+ "net/webrtc/protocol",
+ "net/webrtc/signalling",
"net/ndi",
"text/ahead",
"text/json",