feat: bidirectional text transfer

This commit is contained in:
Ahmet Kaan Gümüş 2025-03-01 03:08:15 +03:00
parent be4f3333bc
commit b626709587
6 changed files with 1488 additions and 0 deletions

8
Cargo.toml Normal file
View 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"] }