diff --git a/Cargo.toml b/Cargo.toml index 4f20545..2c1e96f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tts" -version = "0.2.2" +version = "0.2.3" authors = ["Nolan Darilek "] repository = "https://gitlab.com/ndarilek/tts-rs" description = "High-level Text-To-Speech (TTS) interface" @@ -9,12 +9,10 @@ exclude = ["*.cfg", "*.yml"] edition = "2018" [dependencies] +env_logger = "0.7" failure = "0.1" log = "0.4" -[dev-dependencies] -env_logger = "0.7" - [target.'cfg(windows)'.dependencies] tolk = "0.2"