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"
version = "0.1.0"
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"