From 9f0fddff0c8f5d7e9e756be30553acd470aa62dd Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Fri, 28 Dec 2018 15:43:21 +0000 Subject: [PATCH] Add additional Cargo manifest fields. --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 12cd376..9966b07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,9 @@ name = "tts" version = "0.1.0" authors = ["Nolan Darilek "] +repository = "https://fossil.thewordnerd.info/tts-rs" +description = "High-level Text-To-Speech (TTS) interface" +license = "MIT" edition = "2018" [dependencies]