Skip to content

Commit

Permalink
bump rtc-sctp 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 4cc5503 commit 738db36
Show file tree
Hide file tree
Showing 57 changed files with 28 additions and 25 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = [
"rtc",
"rtc-rtcp",
"rtc-rtp",
"sctp",
"rtc-sctp",
"rtc-sdp",
"rtc-shared",
"rtc-srtp",
Expand Down
2 changes: 1 addition & 1 deletion data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT/Apache-2.0"

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

bytes = "1"
log = "0.4.16"
Expand Down
26 changes: 26 additions & 0 deletions rtc-sctp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[package]
name = "rtc-sctp"
version = "0.1.0"
authors = ["Rain Liu <[email protected]>"]
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"

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

retty = "0.24"
bytes = "1"
fxhash = "0.2"
rand = "0.8"
slab = "0.4"
thiserror = "1"
log = "0.4"
crc = "3"

[dev-dependencies]
assert_matches = "1"
lazy_static = "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.
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.
23 changes: 0 additions & 23 deletions sctp/Cargo.toml

This file was deleted.

0 comments on commit 738db36

Please sign in to comment.