Skip to content

Commit

Permalink
bump rtc-rtcp to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yngrtc committed Mar 2, 2024
1 parent 984b09d commit 2a4a4e0
Show file tree
Hide file tree
Showing 52 changed files with 18 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = [
"data",
"rtc-dtls",
"rtc",
"rtcp",
"rtc-rtcp",
"rtc-rtp",
"sctp",
"rtc-sdp",
Expand Down
File renamed without changes.
File renamed without changes.
16 changes: 16 additions & 0 deletions rtc-rtcp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[package]
name = "rtc-rtcp"
version = "0.1.0"
authors = ["Rain Liu <yliu@webrtc.rs>"]
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"

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

bytes = "1"
thiserror = "1"
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.
13 changes: 0 additions & 13 deletions rtcp/Cargo.toml

This file was deleted.

2 changes: 1 addition & 1 deletion srtp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT/Apache-2.0"
[dependencies]
shared = { path = "../rtc-shared", package = "rtc-shared", default-features = false, features = ["crypto", "marshal", "replay"] }
rtp = { path = "../rtc-rtp", package = "rtc-rtp" }
rtcp = { path = "../rtcp", package = "rtcp" }
rtcp = { path = "../rtc-rtcp", package = "rtc-rtcp" }

retty = "0.24"
byteorder = "1"
Expand Down

0 comments on commit 2a4a4e0

Please sign in to comment.