godot-tts/Cargo.toml

13 lines
259 B
TOML

[package]
name = "godot-tts"
version = "0.1.0"
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
edition = "2018"
[lib]
crate-type = ["cdylib"]
[dependencies]
gdnative = { git = "https://github.com/ndarilek/godot-rust/" }
tts = { path = "../../TTS-RS" }