speech-dispatcher-rs/speech-dispatcher/Cargo.toml
2019-12-30 09:09:43 -06:00

11 lines
370 B
TOML

[package]
name = "speech-dispatcher"
version = "0.4.3"
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"
[dependencies]
speech-dispatcher-sys = { version = "0.4", path = "../speech-dispatcher-sys" }