rename library to whisper-rs
This commit is contained in:
parent
fec86e0d56
commit
82c83c860f
6 changed files with 38 additions and 38 deletions
|
|
@ -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 = []
|
||||
Loading…
Add table
Add a link
Reference in a new issue