speech-dispatcher-rs/speech-dispatcher/Cargo.toml

11 lines
370 B
TOML
Raw Normal View History

2019-12-22 18:12:27 +00:00
[package]
name = "speech-dispatcher"
2019-12-30 15:09:43 +00:00
version = "0.4.3"
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"
[dependencies]
2019-12-22 19:56:51 +00:00
speech-dispatcher-sys = { version = "0.4", path = "../speech-dispatcher-sys" }