Updated Cargo.toml and audio_transcription example to not fail cargo test

This commit is contained in:
James Bruska 2023-03-23 12:38:54 -04:00
parent cf278027ee
commit 05d072ffc4
2 changed files with 8 additions and 4 deletions

View file

@ -16,8 +16,11 @@ repository = "https://github.com/tazz4843/whisper-rs"
[dependencies]
whisper-rs-sys = { path = "sys", version = "0.3" }
[dev-dependencies]
hound = "3.5.0"
[features]
simd = []
[package.metadata.docs.rs]
features = ["simd"]
features = ["simd"]