2018-06-13 12:14:03 +00:00
|
|
|
[package]
|
|
|
|
name = "godot-tts"
|
2020-04-11 18:22:45 +00:00
|
|
|
version = "0.1.0"
|
2018-06-13 12:14:03 +00:00
|
|
|
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
|
2019-09-03 13:54:36 +00:00
|
|
|
edition = "2018"
|
2018-06-13 12:14:03 +00:00
|
|
|
|
|
|
|
[lib]
|
2020-08-18 20:54:58 +00:00
|
|
|
crate-type = ["staticlib", "cdylib"]
|
2018-06-13 12:14:03 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2020-06-11 18:12:49 +00:00
|
|
|
env_logger = "0.7"
|
2020-09-29 15:44:52 +00:00
|
|
|
gdnative = "0.9"
|
2020-10-08 13:46:38 +00:00
|
|
|
tts = "0.9"
|
2020-05-19 13:56:41 +00:00
|
|
|
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
2020-09-21 20:19:36 +00:00
|
|
|
tolk = ">= 0.2.1"
|