speech-dispatcher-rs/Cargo.toml

11 lines
321 B
TOML
Raw Normal View History

2018-01-12 17:28:39 +00:00
[package]
name = "speech-dispatcher"
2019-09-30 15:20:49 +00:00
version = "0.3.2"
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]
2019-08-28 17:10:03 +00:00
speech-dispatcher-sys = "0.3"