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
1 changed files with 3 additions and 1 deletions

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"