[package] name = "bevy_tts" version = "0.1.0" authors = ["Nolan Darilek "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] default = ["tolk"] tolk = ["tts/tolk"] [dependencies] bevy = { git = "https://github.com/bevyengine/bevy" } crossbeam-channel = "0.5" tts = { version = "0.14" }