Skip to content

Commit

Permalink
aadd webrtc/webrtc as dev-dep
Browse files Browse the repository at this point in the history
  • Loading branch information
yngrtc committed Feb 17, 2024
1 parent d865e14 commit ae25e2a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,25 +24,26 @@ ring = "0.17.7"
sha2 = "0.10.8"
rustls = "0.21.7"
url = { version = "2", features = [] }
hex = { version = "0.4.3", features = [] }

# RTC protocols
shared = { path = "rtc/shared"}
sdp = { path = "rtc/sdp"}
stun = { path = "rtc/stun"}
rtp = { path = "rtc/rtp"}
rtcp = { path = "rtc/rtcp"}
srtp= { path = "rtc/srtp"}
srtp = { path = "rtc/srtp"}
dtls = { path = "rtc/dtls"}
sctp = { path = "rtc/sctp"}
data = { path = "rtc/data"}
hex = { version = "0.4.3", features = [] }

[dev-dependencies]
webrtc = { path = "webrtc/webrtc" }
futures = "0.3.30"
smol = "2.0.0"
tokio = { version = "1.24.1", features = ["fs", "rt-multi-thread", "macros", "signal"] }
tokio = { version = "1.36.0", features = ["full"] }
tokio-util = "0.7.10"
hyper = { version = "0.14.16", features = ["full"] }
hyper = { version = "0.14.28", features = ["full"] }
chrono = "0.4.31"
env_logger = "0.10.1"
clap = { version = "4.4.12", features = ["derive"] }
Expand Down

0 comments on commit ae25e2a

Please sign in to comment.