godot-tts/Cargo.toml

15 lines
243 B
TOML

[package]
name = "godot-tts"
version = "0.1.0"
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
edition = "2018"
[lib]
crate-type = ["cdylib"]
[dependencies]
gdnative = "0.8"
tts = "0.3"
[target.'cfg(windows)'.dependencies]
tolk = "0.2"