godot-tts/Cargo.toml

17 lines
263 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-06-11 18:12:49 +00:00
env_logger = "0.7"
2020-03-19 18:16:56 +00:00
gdnative = "0.8"
2020-08-18 20:51:36 +00:00
tts = "0.6"
[target.'cfg(windows)'.dependencies]
2020-08-12 21:31:39 +00:00
tolk = "0.2"