godot-tts/Cargo.toml

13 lines
262 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]
2020-08-18 20:54:58 +00:00
crate-type = ["staticlib", "cdylib"]
2018-06-13 12:14:03 +00:00
[dependencies]
env_logger = "0.10"
gdnative = "0.11"
tts = { version = "0.25", features = ["tolk"] }