feat: ✨ rtc peer connection offer
This commit is contained in:
parent
7434d131c4
commit
0aa65f0f60
17 changed files with 389 additions and 59 deletions
|
@ -1,8 +1,11 @@
|
|||
[workspace]
|
||||
resolver = "3"
|
||||
members = [
|
||||
"client",
|
||||
"client", "protocol",
|
||||
"server",
|
||||
]
|
||||
|
||||
[workspace.dependencies]
|
||||
serde = "1.0.219"
|
||||
chrono = { version = "0.4.40", features = ["serde"] }
|
||||
serde = { version = "1.0.219", features = ["derive"]}
|
||||
serde_json = "1.0.140"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue