1
0
mirror of https://github.com/ndarilek/tts-rs.git synced 2024-07-26 23:19:38 +00:00

env_logger is once again a dev-dependency.

This commit is contained in:
Nolan Darilek 2020-06-11 13:00:10 -05:00
parent 1867b2ea87
commit e0863c7b6a

View File

@ -9,10 +9,12 @@ exclude = ["*.cfg", "*.yml"]
edition = "2018"
[dependencies]
env_logger = "0.7"
log = "0.4"
thiserror = "1"
[dev-dependencies]
env_logger = "0.7"
[target.'cfg(windows)'.dependencies]
tolk = "0.2"
winrt = "0.7"