add another example

This commit is contained in:
0/0 2023-02-08 16:25:17 -07:00
parent a329e0fa58
commit 406fcae694
No known key found for this signature in database
GPG key ID: 3861E636EA1E0E2B
4 changed files with 73 additions and 0 deletions

View 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 = "../.." }