godot-tts/Cargo.toml

13 lines
193 B
TOML
Raw Normal View History

2018-06-13 12:14:03 +00:00
[package]
name = "godot-tts"
2019-10-17 13:32:02 +00:00
version = "0.1.3"
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"
2019-09-10 16:04:50 +00:00
tts = "0.2"