update license identifiers
This commit is contained in:
parent
432a7430cc
commit
8efd128203
2 changed files with 8 additions and 0 deletions
|
|
@ -5,6 +5,10 @@ members = ["sys"]
|
||||||
name = "whisper-rs"
|
name = "whisper-rs"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
description = "Rust bindings for whisper.cpp"
|
||||||
|
license = "Unlicense"
|
||||||
|
documentation = "https://docs.rs/whisper-rs"
|
||||||
|
repository = "https://github.com/tazz4843/whisper-rs"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,10 @@
|
||||||
name = "whisper-rs-sys"
|
name = "whisper-rs-sys"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
description = "Rust bindings for whisper.cpp (FFI bindings)"
|
||||||
|
license = "Unlicense"
|
||||||
|
documentation = "https://docs.rs/whisper-rs-sys"
|
||||||
|
repository = "https://github.com/tazz4843/whisper-rs"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue