2025-05-14 23:43:35 +03:00
|
|
|
[package]
|
|
|
|
name = "client"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2024"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
protocol = { path = "../protocol" }
|
|
|
|
chrono = { workspace = true }
|
|
|
|
tokio = { workspace = true }
|
|
|
|
s2n-quic = { workspace = true }
|
2025-06-14 06:04:48 +03:00
|
|
|
cpal = "0.16.0"
|
2025-05-15 23:19:39 +03:00
|
|
|
iced = { features = ["tokio"], git = "https://github.com/iced-rs/iced", rev = "d39022432c778a8cda455f40b9c12245db86ce45" }
|
2025-06-11 17:48:15 +03:00
|
|
|
fixed-resample = "0.8.0"
|
2025-06-14 06:04:48 +03:00
|
|
|
rodio = {git = "https://github.com/RustAudio/rodio", rev = "071db6df2adfccfe1032be43dd87e5681e34292c"}
|