Files
TS3-vibed/client_node/Cargo.toml
2026-05-03 15:53:25 +02:00

23 lines
644 B
TOML

[package]
name = "client_node"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.102"
core_protocol = { version = "0.1.0", path = "../core_protocol" }
cpal = "0.17.3"
eframe = "0.34.1"
egui = "0.34.1"
futures = "0.3.32"
hound = "3.5.1"
rdev = "0.5.3"
ringbuf = "0.5.0"
tokio = { version = "1.52.1", features = ["rt-multi-thread", "net", "macros"] }
tokio-serde = { version = "0.9.0", features = ["bincode"] }
tokio-util = { version = "0.7.18", features = ["codec"] }
tracing = "0.1.44"
tracing-subscriber = "0.3.23"
webrtc-audio-processing = { version = "2.0.4", features = ["bundled"] }
webrtc-audio-processing-config = "2.0.4"