add another example
This commit is contained in:
parent
a329e0fa58
commit
406fcae694
4 changed files with 73 additions and 0 deletions
10
examples/full_usage/Cargo.toml
Normal file
10
examples/full_usage/Cargo.toml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[package]
|
||||
name = "full_usage"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
hound = "3"
|
||||
whisper-rs = { path = "../.." }
|
||||
Loading…
Add table
Add a link
Reference in a new issue