aboutsummaryrefslogtreecommitdiffstats
path: root/crates/asist-audio/Cargo.toml
blob: b6845fda0d30e55f429a3450f9a7b1cb99d5ef9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "asist-audio"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true

[dependencies]
asist-core.workspace = true
cpal.workspace = true
crossbeam-channel.workspace = true
tracing.workspace = true