From 7aedb8e5bddf6b50e57ad5562cbca7d9319e76c9 Mon Sep 17 00:00:00 2001 From: tuna2134 Date: Sat, 8 Apr 2023 16:28:36 +0900 Subject: [PATCH] add license --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 0bcc9c6..2e7a4f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,9 @@ name = "voicevox-client" description = "Unofficial voicevox engine wrapper" version = "0.1.0" edition = "2021" +repository = "https://github.com/voicevox-client/rust" +license = "MIT" +license-file = "LICENSE" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html