godot-tts/Cargo.toml

18 lines
339 B
TOML
Raw Normal View History

2018-06-13 12:14:03 +00:00
[package]
name = "godot-tts"
version = "0.1.0"
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
edition = "2018"
2018-06-13 12:14:03 +00:00
[lib]
crate-type = ["cdylib"]
[dependencies]
2019-09-07 15:52:17 +00:00
gdnative = { git = "https://github.com/ndarilek/godot-rust/" }
2018-06-13 12:14:03 +00:00
[target.'cfg(unix)'.dependencies]
speech-dispatcher = "0.3"
2018-06-13 12:14:03 +00:00
[target.'cfg(windows)'.dependencies]
tolk = "0.1"