mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-17 15:39:38 +00:00
18 lines
382 B
TOML
18 lines
382 B
TOML
[package]
|
|
name = "tts"
|
|
version = "0.1.0"
|
|
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
|
|
repository = "https://fossil.thewordnerd.info/tts-rs"
|
|
description = "High-level Text-To-Speech (TTS) interface"
|
|
license = "MIT"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
log = "0.4"
|
|
|
|
[dev-dependencies]
|
|
env_logger = "0.6"
|
|
|
|
[target.'cfg(target_os = "linux")'.dependencies]
|
|
speech-dispatcher = "0.2"
|