Updated Cargo.toml and audio_transcription example to not fail cargo test
This commit is contained in:
parent
cf278027ee
commit
05d072ffc4
2 changed files with 8 additions and 4 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue