AudioTesting/Cargo.toml

12 lines
247 B
TOML
Raw Normal View History

2022-02-12 07:28:38 +00:00
[package]
name = "audio_testing"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-02-12 07:44:03 +00:00
cpal = "*"
anyhow = "*"
pocketsphinx = "0.6.0"
tts_rust = "0.3.3"