-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
yngrtc
committed
Mar 2, 2024
1 parent
738db36
commit 45d3dfa
Showing
18 changed files
with
23 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[workspace] | ||
members = [ | ||
"data", | ||
"rtc-datachannel", | ||
"rtc-dtls", | ||
"rtc", | ||
"rtc-rtcp", | ||
|
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.