godot-tts/Cargo.toml

13 lines
259 B
TOML
Raw 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-07 15:52:17 +00:00
gdnative = { git = "https://github.com/ndarilek/godot-rust/" }
2019-09-10 15:09:04 +00:00
tts = { path = "../../TTS-RS" }