Make env_logger an actual dependency and bump the version.

This commit is contained in:
Nolan Darilek 2020-05-07 19:33:24 -05:00
parent f4b4ba5184
commit 5fbc0fd8f0
1 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "tts"
version = "0.2.2"
version = "0.2.3"
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
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"