Switched to tracing

This commit is contained in:
2022-12-29 06:14:01 +01:00
parent 3c0f4bf3b3
commit 06e511758b
10 changed files with 145 additions and 152 deletions

View File

@@ -17,14 +17,14 @@ impl_cast = {path = "./impl_cast"}
google-home = {path = "./google-home"}
paste = "1.0.10"
tokio = { version = "1", features = ["full"] }
log = "0.4"
env_logger = "0.10"
toml = "0.5.10"
dotenv = "0.15.0"
anyhow = "1.0.68"
reqwest = "0.11.13"
axum = "0.6.1"
serde_repr = "0.1.10"
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
[profile.release]
lto=true