Skip to content

Commit

Permalink
Add webrtc-client
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Dec 17, 2023
1 parent 6e78d87 commit 01114b2
Show file tree
Hide file tree
Showing 6 changed files with 430 additions and 11 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

283 changes: 283 additions & 0 deletions crates/client/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions crates/client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[package]
name = "client"
version = "0.1.0"
edition = "2021"

[lib]
name = "lib"
crate-type = ["cdylib", "rlib"]
path = "src/lib.rs"

[dependencies]
wasm-bindgen = "0.2.89"
wasm-peers = "0.4.1"
wasm-peers-protocol = "0.3.2"
web-sys = "0.3.66"
Loading

0 comments on commit 01114b2

Please sign in to comment.