-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
yngrtc
committed
Mar 2, 2024
1 parent
45d3dfa
commit 69f501c
Showing
11 changed files
with
85 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[package] | ||
name = "rtc-ice" | ||
version = "0.0.0" | ||
authors = ["Rain Liu <yliu@webrtc.rs>"] | ||
edition = "2021" | ||
description = "RTC ICE in Rust" | ||
license = "MIT/Apache-2.0" | ||
documentation = "https://docs.rs/rtc-ice" | ||
homepage = "https://webrtc.rs" | ||
repository = "https://github.com/webrtc-rs/rtc" | ||
|
||
[dependencies] | ||
|
||
[dev-dependencies] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#![warn(rust_2018_idioms)] | ||
#![allow(dead_code)] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[package] | ||
name = "rtc-interceptor" | ||
version = "0.0.0" | ||
authors = ["Rain Liu <yliu@webrtc.rs>"] | ||
edition = "2021" | ||
description = "RTC Interceptor in Rust" | ||
license = "MIT/Apache-2.0" | ||
documentation = "https://docs.rs/rtc-interceptor" | ||
homepage = "https://webrtc.rs" | ||
repository = "https://github.com/webrtc-rs/rtc" | ||
|
||
[dependencies] | ||
|
||
[dev-dependencies] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#![warn(rust_2018_idioms)] | ||
#![allow(dead_code)] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[package] | ||
name = "rtc-mdns" | ||
version = "0.0.0" | ||
authors = ["Rain Liu <yliu@webrtc.rs>"] | ||
edition = "2021" | ||
description = "RTC mDNS in Rust" | ||
license = "MIT/Apache-2.0" | ||
documentation = "https://docs.rs/rtc-mdns" | ||
homepage = "https://webrtc.rs" | ||
repository = "https://github.com/webrtc-rs/rtc" | ||
|
||
[dependencies] | ||
|
||
[dev-dependencies] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#![warn(rust_2018_idioms)] | ||
#![allow(dead_code)] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[package] | ||
name = "rtc-media" | ||
version = "0.0.0" | ||
authors = ["Rain Liu <yliu@webrtc.rs>"] | ||
edition = "2021" | ||
description = "RTC Media in Rust" | ||
license = "MIT/Apache-2.0" | ||
documentation = "https://docs.rs/rtc-media" | ||
homepage = "https://webrtc.rs" | ||
repository = "https://github.com/webrtc-rs/rtc" | ||
|
||
[dependencies] | ||
|
||
[dev-dependencies] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#![warn(rust_2018_idioms)] | ||
#![allow(dead_code)] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[package] | ||
name = "rtc-turn" | ||
version = "0.0.0" | ||
authors = ["Rain Liu <yliu@webrtc.rs>"] | ||
edition = "2021" | ||
description = "RTC TURN in Rust" | ||
license = "MIT/Apache-2.0" | ||
documentation = "https://docs.rs/rtc-turn" | ||
homepage = "https://webrtc.rs" | ||
repository = "https://github.com/webrtc-rs/rtc" | ||
|
||
[dependencies] | ||
|
||
[dev-dependencies] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#![warn(rust_2018_idioms)] | ||
#![allow(dead_code)] |