Skip to content

Commit

Permalink
update ortc
Browse files Browse the repository at this point in the history
  • Loading branch information
yngrtc committed Dec 7, 2024
1 parent 993c65b commit 0814da9
Show file tree
Hide file tree
Showing 17 changed files with 32 additions and 30 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[workspace]
members = [
"ortc",
"rtc",
"rtc-datachannel",
"rtc-dtls",
Expand Down
1 change: 1 addition & 0 deletions ortc
Submodule ortc added at 247d16
4 changes: 2 additions & 2 deletions reserved/rtc-interceptor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ 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"
homepage = "https://ortc.rs"
repository = "https://github.com/webrtc-rs/ortc"

[dependencies]

Expand Down
4 changes: 2 additions & 2 deletions reserved/rtc-mdns/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ 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"
homepage = "https://ortc.rs"
repository = "https://github.com/webrtc-rs/ortc"

[dependencies]

Expand Down
4 changes: 2 additions & 2 deletions reserved/rtc-media/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ 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"
homepage = "https://ortc.rs"
repository = "https://github.com/webrtc-rs/ortc"

[dependencies]

Expand Down
4 changes: 2 additions & 2 deletions rtc-datachannel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ edition = "2021"
description = "RTC DataChannel in Rust"
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/rtc-datachannel"
homepage = "https://webrtc.rs"
repository = "https://github.com/webrtc-rs/rtc"
homepage = "https://ortc.rs"
repository = "https://github.com/webrtc-rs/ortc"

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

[dependencies]
shared = { version = "0.2.0", path = "../rtc-shared", package = "rtc-shared", default-features = false, features = ["crypto", "replay"] }
Expand Down
4 changes: 2 additions & 2 deletions rtc-ice/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ 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"
homepage = "https://ortc.rs"
repository = "https://github.com/webrtc-rs/ortc"

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

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

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

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

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

[features]
default = ["crypto", "marshal", "replay"]
Expand Down
4 changes: 2 additions & 2 deletions rtc-srtp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ edition = "2021"
description = "RTC SRTP in Rust"
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/rtc-srtp"
homepage = "https://webrtc.rs"
repository = "https://github.com/webrtc-rs/rtc"
homepage = "https://ortc.rs"
repository = "https://github.com/webrtc-rs/ortc"

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

[features]
default = []
Expand Down
4 changes: 2 additions & 2 deletions rtc-turn/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ 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"
homepage = "https://ortc.rs"
repository = "https://github.com/webrtc-rs/ortc"

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

[dependencies]
Expand Down

0 comments on commit 0814da9

Please sign in to comment.