diff --git a/Cargo.toml b/Cargo.toml index 9f410d9..ffc832d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 diff --git a/sys/Cargo.toml b/sys/Cargo.toml index dff8f40..0bccdac 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -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