Add additional Cargo manifest fields.

This commit is contained in:
Nolan Darilek 2018-12-28 15:43:21 +00:00
parent 96722d7032
commit 9f0fddff0c
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
name = "tts"
version = "0.1.0"
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
repository = "https://fossil.thewordnerd.info/tts-rs"
description = "High-level Text-To-Speech (TTS) interface"
license = "MIT"
edition = "2018"
[dependencies]