2018-01-12 17:28:39 +00:00
|
|
|
[package]
|
|
|
|
name = "speech-dispatcher"
|
2018-01-12 18:23:06 +00:00
|
|
|
version = "0.2.0"
|
2018-01-12 17:28:39 +00:00
|
|
|
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
|
2018-01-12 17:30:05 +00:00
|
|
|
repository = "https://gitlab.com/ndarilek/speech-dispatcher-rs"
|
|
|
|
description = "Rusty interface to the speech-dispatcher speech synthesis library"
|
|
|
|
license = "LGPL-2.1"
|
2018-01-12 17:28:39 +00:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
speech-dispatcher-sys = "0.2"
|