godot-tts/Cargo.toml

13 lines
247 B
TOML
Raw Permalink 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]
2019-09-27 18:03:19 +00:00
gdnative = { git = "https://github.com/GodotNativeTools/godot-rust/" }
2019-09-10 16:04:50 +00:00
tts = "0.2"