feat: ✨ rtc peer connection offer
This commit is contained in:
parent
7434d131c4
commit
0aa65f0f60
17 changed files with 389 additions and 59 deletions
|
@ -1,6 +1,13 @@
|
|||
[package]
|
||||
name = "server"
|
||||
name = "rust_communication_server"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
axum = { version = "0.8.3", features = ["json"] }
|
||||
axum-macros = "0.5.0"
|
||||
tokio = "1.42.1"
|
||||
webrtc = "0.12.0"
|
||||
serde = { workspace = true }
|
||||
chrono = { workspace = true }
|
||||
protocol = { path = "../protocol" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue