mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-17 08:39:38 +00:00
env_logger is once again a dev-dependency.
This commit is contained in:
parent
1867b2ea87
commit
e0863c7b6a
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user