11 lines
374 B
TOML
11 lines
374 B
TOML
[package]
|
|
name = "client"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
protocol = { path = "../protocol" }
|
|
tokio = { workspace = true }
|
|
s2n-quic = { workspace = true }
|
|
cpal = "0.16.0"
|
|
iced = { default-features = false , features = ["tokio", "wgpu", "tiny-skia", "fira-sans"], git = "https://github.com/iced-rs/iced", rev = "89f480bdae951a31944302777b759661ec3c3e83" }
|