rename library to whisper-rs

This commit is contained in:
0/0 2022-10-09 20:48:00 -06:00
parent fec86e0d56
commit 82c83c860f
No known key found for this signature in database
GPG key ID: DE8D5010C0AAA3DC
6 changed files with 38 additions and 38 deletions

View file

@ -2,14 +2,14 @@
members = ["sys"]
[package]
name = "whisper-cpp"
name = "whisper-rs"
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" }
whisper-rs-sys = { path = "sys", version = "0.1" }
[features]
simd = []