feat: ✨ main server as a relay, support for streamer client
This commit is contained in:
parent
e26b0b9fd1
commit
a954dfce73
7 changed files with 188 additions and 126 deletions
|
@ -7,5 +7,7 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
cpal = "0.15.3"
|
||||
futures-util = { version = "0.3.30", features = ["futures-sink", "sink"] }
|
||||
ringbuf = "0.3.3"
|
||||
tokio = { version = "1.36.0", features = ["full"] }
|
||||
tokio-tungstenite = "0.21.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue