From e0863c7b6a767c90833a52d11f0a8c4d61b59f4a Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Thu, 11 Jun 2020 13:00:10 -0500 Subject: [PATCH] env_logger is once again a dev-dependency. --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0a8755e..beebfc2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"