Skip to content

Commit

Permalink
move turn path
Browse files Browse the repository at this point in the history
  • Loading branch information
yngrtc committed Mar 12, 2024
1 parent 44da20e commit 2ec0034
Show file tree
Hide file tree
Showing 48 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ members = [
"rtc-shared",
"rtc-srtp",
"rtc-stun",
"reserved/rtc-turn",
"rtc-turn",
"reserved/rtc-interceptor",
"reserved/rtc-mdns",
"reserved/rtc-media",
Expand Down
File renamed without changes.
File renamed without changes.
24 changes: 12 additions & 12 deletions reserved/rtc-turn/Cargo.toml → rtc-turn/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@ homepage = "https://webrtc.rs"
repository = "https://github.com/webrtc-rs/rtc"

[dependencies]
shared = { version = "0.2.0", path = "../../rtc-shared", package = "rtc-shared", default-features = false, features = [] }
stun = { version = "0.2.0", path = "../../rtc-stun", package = "rtc-stun" }
shared = { version = "0.2.0", path = "../rtc-shared", package = "rtc-shared", default-features = false, features = [] }
stun = { version = "0.2.0", path = "../rtc-stun", package = "rtc-stun" }

bytes = "1.4.0"
log = "0.4.16"
base64 = "0.21.2"
bytes = "1.5.0"
log = "0.4.21"
base64 = "0.22.0"
rand = "0.8.5"
ring = "0.16.20"
md-5 = "0.10.1"
thiserror = "1.0"
ring = "0.17.8"
md-5 = "0.10.6"
thiserror = "1.0.57"

[dev-dependencies]
env_logger = "0.9.0"
chrono = "0.4.23"
env_logger = "0.11.3"
chrono = "0.4.35"
hex = "0.4.3"
clap = "3.2.6"
criterion = "0.4.0"
clap = "4.5.2"
criterion = "0.5.1"

[features]
metrics = []
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2ec0034

Please sign in to comment.