Skip to content

Commit

Permalink
refactor data_channel
Browse files Browse the repository at this point in the history
  • Loading branch information
yngrtc committed Dec 19, 2023
1 parent 7fe005b commit 0fb79bb
Show file tree
Hide file tree
Showing 4 changed files with 144 additions and 490 deletions.
2 changes: 0 additions & 2 deletions data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ license = "MIT/Apache-2.0"
shared = { path = "../shared", package = "shared", default-features = false, features = ["marshal"] }
sctp = { path = "../sctp", package = "sctp" }

tokio = { version = "1.19", features = ["full"] }
bytes = "1"
log = "0.4.16"
thiserror = "1.0"

[dev-dependencies]
tokio-test = "0.4.0" # must match the min version of the `tokio` crate above
env_logger = "0.9.0"
chrono = "0.4.23"
Loading

0 comments on commit 0fb79bb

Please sign in to comment.