Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
yngrtc committed Feb 8, 2025
1 parent 22c4bee commit 753fc14
Show file tree
Hide file tree
Showing 19 changed files with 16 additions and 45 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ members = [
"rtc-srtp",
"rtc-stun",
"rtc-turn",
"reserved/ortc",
"reserved/rtc-interceptor",
"reserved/rtc-mdns",
"reserved/rtc-media",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</a>
</p>
<p align="center">
ORTC in Rust with Sans-IO
RTC in Rust with Sans-IO
</p>

## RTC Crates
Expand Down
14 changes: 0 additions & 14 deletions reserved/ortc/Cargo.toml

This file was deleted.

14 changes: 0 additions & 14 deletions reserved/ortc/src/lib.rs

This file was deleted.

2 changes: 1 addition & 1 deletion reserved/rtc-interceptor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "RTC Interceptor in Rust"
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/rtc-interceptor"
homepage = "https://ortc.rs"
repository = "https://github.com/webrtc-rs/ortc/tree/master/reserved/rtc-interceptor"
repository = "https://github.com/webrtc-rs/rtc/tree/master/reserved/rtc-interceptor"

[dependencies]

Expand Down
2 changes: 1 addition & 1 deletion reserved/rtc-mdns/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "RTC mDNS in Rust"
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/rtc-mdns"
homepage = "https://ortc.rs"
repository = "https://github.com/webrtc-rs/ortc/tree/master/reserved/rtc-mdns"
repository = "https://github.com/webrtc-rs/rtc/tree/master/reserved/rtc-mdns"

[dependencies]

Expand Down
2 changes: 1 addition & 1 deletion reserved/rtc-media/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "RTC Media in Rust"
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/rtc-media"
homepage = "https://ortc.rs"
repository = "https://github.com/webrtc-rs/ortc/tree/master/reserved/rtc-media"
repository = "https://github.com/webrtc-rs/rtc/tree/master/reserved/rtc-media"

[dependencies]

Expand Down
2 changes: 1 addition & 1 deletion rtc-datachannel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "RTC DataChannel in Rust"
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/rtc-datachannel"
homepage = "https://ortc.rs"
repository = "https://github.com/webrtc-rs/ortc/tree/master/rtc-datachannel"
repository = "https://github.com/webrtc-rs/rtc/tree/master/rtc-datachannel"

[dependencies]
shared = { version = "0.2.0", path = "../rtc-shared", package = "rtc-shared", default-features = false, features = ["marshal"] }
Expand Down
2 changes: 1 addition & 1 deletion rtc-dtls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "RTC DTLS in Rust"
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/rtc-dtls"
homepage = "https://ortc.rs"
repository = "https://github.com/webrtc-rs/ortc/tree/master/rtc-dtls"
repository = "https://github.com/webrtc-rs/rtc/tree/master/rtc-dtls"

[dependencies]
shared = { version = "0.2.0", path = "../rtc-shared", package = "rtc-shared", default-features = false, features = ["crypto", "replay"] }
Expand Down
2 changes: 1 addition & 1 deletion rtc-ice/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "RTC ICE in Rust"
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/rtc-ice"
homepage = "https://ortc.rs"
repository = "https://github.com/webrtc-rs/ortc/tree/master/rtc-ice"
repository = "https://github.com/webrtc-rs/rtc/tree/master/rtc-ice"

[dependencies]
shared = { version = "0.2.0", path = "../rtc-shared", package = "rtc-shared", default-features = false, features = [] }
Expand Down
2 changes: 1 addition & 1 deletion rtc-rtcp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "RTC RTCP in Rust"
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/rtc-rtcp"
homepage = "https://ortc.rs"
repository = "https://github.com/webrtc-rs/ortc/tree/master/rtc-rtcp"
repository = "https://github.com/webrtc-rs/rtc/tree/master/rtc-rtcp"

[dependencies]
shared = { version = "0.2.0", path = "../rtc-shared", package = "rtc-shared", default-features = false, features = ["marshal"] }
Expand Down
2 changes: 1 addition & 1 deletion rtc-rtp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "RTC RTP in Rust"
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/rtc-rtp"
homepage = "https://ortc.rs"
repository = "https://github.com/webrtc-rs/ortc/tree/master/rtc-rtp"
repository = "https://github.com/webrtc-rs/rtc/tree/master/rtc-rtp"

[dependencies]
shared = { version = "0.2.0", path = "../rtc-shared", package = "rtc-shared", default-features = false, features = ["marshal"] }
Expand Down
2 changes: 1 addition & 1 deletion rtc-sctp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "RTC SCTP in Rust"
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/rtc-sctp"
homepage = "https://ortc.rs"
repository = "https://github.com/webrtc-rs/ortc/tree/master/rtc-sctp"
repository = "https://github.com/webrtc-rs/rtc/tree/master/rtc-sctp"

[dependencies]
shared = { version = "0.2.0", path = "../rtc-shared", package = "rtc-shared", default-features = false, features = [] }
Expand Down
2 changes: 1 addition & 1 deletion rtc-sdp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "RTC SDP in Rust"
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/rtc-sdp"
homepage = "https://ortc.rs"
repository = "https://github.com/webrtc-rs/ortc/tree/master/rtc-sdp"
repository = "https://github.com/webrtc-rs/rtc/tree/master/rtc-sdp"

[dependencies]
shared = { version = "0.2.1", path = "../rtc-shared", package = "rtc-shared", default-features = false, features = [] }
Expand Down
2 changes: 1 addition & 1 deletion rtc-shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "RTC Shared in Rust"
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/rtc-shared"
homepage = "https://ortc.rs"
repository = "https://github.com/webrtc-rs/ortc/tree/master/rtc-shared"
repository = "https://github.com/webrtc-rs/rtc/tree/master/rtc-shared"

[features]
default = ["crypto", "marshal", "replay"]
Expand Down
2 changes: 1 addition & 1 deletion rtc-srtp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "RTC SRTP in Rust"
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/rtc-srtp"
homepage = "https://ortc.rs"
repository = "https://github.com/webrtc-rs/ortc/tree/master/rtc-srtp"
repository = "https://github.com/webrtc-rs/rtc/tree/master/rtc-srtp"

[dependencies]
shared = { version = "0.2.0", path = "../rtc-shared", package = "rtc-shared", default-features = false, features = ["crypto", "marshal", "replay"] }
Expand Down
2 changes: 1 addition & 1 deletion rtc-stun/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "RTC STUN in Rust"
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/rtc-stun"
homepage = "https://ortc.rs"
repository = "https://github.com/webrtc-rs/ortc/tree/master/rtc-stun"
repository = "https://github.com/webrtc-rs/rtc/tree/master/rtc-stun"

[features]
default = []
Expand Down
2 changes: 1 addition & 1 deletion rtc-turn/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "RTC TURN in Rust"
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/rtc-turn"
homepage = "https://ortc.rs"
repository = "https://github.com/webrtc-rs/ortc/tree/master/rtc-turn"
repository = "https://github.com/webrtc-rs/rtc/tree/master/rtc-turn"

[dependencies]
shared = { version = "0.2.0", path = "../rtc-shared", package = "rtc-shared", default-features = false, features = [] }
Expand Down
2 changes: 1 addition & 1 deletion rtc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "RTC in Rust"
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/rtc"
homepage = "https://ortc.rs"
repository = "https://github.com/webrtc-rs/ortc/tree/master/rtc"
repository = "https://github.com/webrtc-rs/rtc/tree/master/rtc"
readme = "../README.md"

[dependencies]
Expand Down

0 comments on commit 753fc14

Please sign in to comment.