mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-17 10:49:38 +00:00
Make env_logger an actual dependency and bump the version.
This commit is contained in:
parent
f4b4ba5184
commit
5fbc0fd8f0
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user