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"
version = "0.1.0"
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"