mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-17 14:19:36 +00:00
15 lines
254 B
TOML
15 lines
254 B
TOML
|
[package]
|
||
|
name = "tts"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
[dependencies]
|
||
|
log = "0.4"
|
||
|
|
||
|
[dev-dependencies]
|
||
|
env_logger = "0.6"
|
||
|
|
||
|
[target.'cfg(target_os = "linux")'.dependencies]
|
||
|
speech-dispatcher = "0.2"
|