update license identifiers

This commit is contained in:
0/0 2022-10-09 20:59:14 -06:00
parent 432a7430cc
commit 8efd128203
No known key found for this signature in database
GPG key ID: DE8D5010C0AAA3DC
2 changed files with 8 additions and 0 deletions

View file

@ -5,6 +5,10 @@ members = ["sys"]
name = "whisper-rs"
version = "0.1.0"
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

View file

@ -2,6 +2,10 @@
name = "whisper-rs-sys"
version = "0.1.0"
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