Initial commit

This commit is contained in:
0/0 2022-10-09 20:17:31 -06:00
commit e12122a6ed
No known key found for this signature in database
GPG key ID: DE8D5010C0AAA3DC
15 changed files with 927 additions and 0 deletions

15
Cargo.toml Normal file
View file

@ -0,0 +1,15 @@
[workspace]
members = ["sys"]
[package]
name = "whisper-cpp"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
whisper-cpp-sys = { path = "sys", version = "0.1" }
[features]
simd = []