Skip to content

Commit

Permalink
update repos
Browse files Browse the repository at this point in the history
  • Loading branch information
yngrtc committed Dec 7, 2024
1 parent f4d70cd commit 36f724d
Show file tree
Hide file tree
Showing 21 changed files with 30 additions and 53 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[workspace]
members = [
"ortc",
"rtc",
"rtc-datachannel",
"rtc-dtls",
Expand All @@ -13,6 +12,7 @@ members = [
"rtc-srtp",
"rtc-stun",
"rtc-turn",
"reserved/ortc",
"reserved/rtc-interceptor",
"reserved/rtc-mdns",
"reserved/rtc-media",
Expand Down
14 changes: 0 additions & 14 deletions ortc/Cargo.toml

This file was deleted.

21 changes: 0 additions & 21 deletions ortc/LICENSE

This file was deleted.

2 changes: 0 additions & 2 deletions ortc/README.md

This file was deleted.

14 changes: 14 additions & 0 deletions reserved/ortc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[package]
name = "ortc"
version = "0.0.0"
authors = ["Rain Liu <yliu@webrtc.rs>"]
edition = "2021"
description = "OpenRTC or ObjectRTC?"
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/ortc"
homepage = "https://ortc.rs"
repository = "https://github.com/webrtc-rs/ortc/tree/master/reserved/ortc"

[dependencies]

[dev-dependencies]
File renamed without changes.
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"
repository = "https://github.com/webrtc-rs/ortc/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"
repository = "https://github.com/webrtc-rs/ortc/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"
repository = "https://github.com/webrtc-rs/ortc/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"
repository = "https://github.com/webrtc-rs/ortc/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"
repository = "https://github.com/webrtc-rs/ortc/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"
repository = "https://github.com/webrtc-rs/ortc/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"
repository = "https://github.com/webrtc-rs/ortc/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"
repository = "https://github.com/webrtc-rs/ortc/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"
repository = "https://github.com/webrtc-rs/ortc/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"
repository = "https://github.com/webrtc-rs/ortc/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"
repository = "https://github.com/webrtc-rs/ortc/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"
repository = "https://github.com/webrtc-rs/ortc/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"
repository = "https://github.com/webrtc-rs/ortc/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"
repository = "https://github.com/webrtc-rs/ortc/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"
repository = "https://github.com/webrtc-rs/ortc/tree/master/rtc"
readme = "../README.md"

[dependencies]
Expand Down

0 comments on commit 36f724d

Please sign in to comment.