Skip to content

Commit

Permalink
bump rtc-datachannel 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 738db36 commit 45d3dfa
Show file tree
Hide file tree
Showing 18 changed files with 23 additions and 20 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[workspace]
members = [
"data",
"rtc-datachannel",
"rtc-dtls",
"rtc",
"rtc-rtcp",
Expand Down
19 changes: 0 additions & 19 deletions data/Cargo.toml

This file was deleted.

File renamed without changes.
File renamed without changes.
22 changes: 22 additions & 0 deletions rtc-datachannel/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[package]
name = "rtc-datachannel"
version = "0.1.0"
authors = ["Rain Liu <[email protected]>"]
edition = "2021"
description = "RTC DataChannel in Rust"
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/rtc-datachannel"
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"] }
sctp = { version = "0.1", path = "../rtc-sctp", package = "rtc-sctp" }

bytes = "1"
log = "0.4"
thiserror = "1"

[dev-dependencies]
env_logger = "0.11"
chrono = "0.4"
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 45d3dfa

Please sign in to comment.