From 8efd1282034c3095821e01f8ab7fbf10894f725d Mon Sep 17 00:00:00 2001 From: 0/0 Date: Sun, 9 Oct 2022 20:59:14 -0600 Subject: [PATCH] update license identifiers --- Cargo.toml | 4 ++++ sys/Cargo.toml | 4 ++++ 2 files changed, 8 insertions(+) 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