2019-12-22 18:12:27 +00:00
|
|
|
[package]
|
|
|
|
name = "speech-dispatcher"
|
2020-08-19 22:28:22 +00:00
|
|
|
version = "0.5.0"
|
2019-12-22 18:12:27 +00:00
|
|
|
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
|
|
|
|
repository = "https://gitlab.com/ndarilek/speech-dispatcher-rs"
|
|
|
|
description = "Rusty interface to the speech-dispatcher speech synthesis library"
|
|
|
|
license = "LGPL-2.1"
|
2020-08-19 22:28:22 +00:00
|
|
|
edition = "2018"
|
2019-12-22 18:12:27 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2020-08-19 22:28:22 +00:00
|
|
|
lazy_static = "1"
|
|
|
|
speech-dispatcher-sys = { version = "0.5", path = "../speech-dispatcher-sys" }
|