godot-tts/Cargo.toml

15 lines
284 B
TOML
Raw Normal View History

2018-06-13 12:14:03 +00:00
[package]
name = "godot-tts"
version = "0.1.0"
2018-06-13 12:14:03 +00:00
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
edition = "2018"
2018-06-13 12:14:03 +00:00
[lib]
crate-type = ["cdylib"]
[dependencies]
2020-03-19 18:16:56 +00:00
gdnative = "0.8"
tts = { git = "https://gitlab.com/ndarilek/tts-rs" }
[target.'cfg(windows)'.dependencies]
tolk = "0.2"