From 4f4e9c85cee36edcea9a716c3624e6c691088d97 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Fri, 12 Jan 2018 11:30:05 -0600 Subject: [PATCH] Add additional metadata. --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 13154be..af01e19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,9 @@ name = "speech-dispatcher" version = "0.1.0" authors = ["Nolan Darilek "] +repository = "https://gitlab.com/ndarilek/speech-dispatcher-rs" +description = "Rusty interface to the speech-dispatcher speech synthesis library" +license = "LGPL-2.1" [dependencies] speech-dispatcher-sys = "0.2"