feat: ✨ bidirectional text transfer
This commit is contained in:
parent
be4f3333bc
commit
b626709587
6 changed files with 1488 additions and 0 deletions
8
Cargo.toml
Normal file
8
Cargo.toml
Normal file
|
@ -0,0 +1,8 @@
|
|||
[package]
|
||||
name = "voice_chat"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
s2n-quic = "1.54.0"
|
||||
tokio = { version = "1.43.0", features = ["full"] }
|
Loading…
Add table
Add a link
Reference in a new issue