Initialize env_logger

This commit is contained in:
Ian Douglas Scott 2023-04-13 14:30:47 -07:00
parent 3dedd6940c
commit 60a4a2fa63
3 changed files with 98 additions and 43 deletions

View file

@ -6,6 +6,7 @@ edition = "2021"
[dependencies]
calloop = "0.10.5"
cctk = { package = "cosmic-client-toolkit", git = "https://github.com/pop-os/cosmic-protocols" }
env_logger = "0.10.0"
futures-channel = "0.3.25"
libcosmic = { git = "https://github.com/pop-os/libcosmic", default-features = false, features = ["tokio", "wayland"] }
tokio = "1.23.0"