[package] name = "godot-tts" version = "0.1.0" authors = ["Nolan Darilek "] edition = "2018" [lib] crate-type = ["cdylib"] [dependencies] gdnative = { path = "../godot-rust/gdnative" } [target.'cfg(unix)'.dependencies] speech-dispatcher = "0.3" [target.'cfg(windows)'.dependencies] tolk = "0.1"