A (planned) collection of lightweight tools for streaming.
1[package]
2name = "streamtools"
3version = "0.1.0"
4edition = "2024"
5
6[dependencies]
7iced = { version = "0.13.1", features = ["image", "tokio", "canvas"] }
8cpal = "0.16"
9anyhow = "1"
10dirs = "6.0.0"
11rfd = "0.16.0"
12streamtools-core = { path = "../core" }
13tracing = "0.1"
14tracing-subscriber = { version = "0.3", features = ["env-filter"] }