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"