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

[dependencies]
asist-core.workspace = true
asist-audio.workspace = true
canary-rs.workspace = true
# Only to pin the version; see the note in the workspace Cargo.toml.
ort.workspace = true
crossbeam-channel.workspace = true
tracing.workspace = true