actually make logging work

This commit is contained in:
2024-11-11 14:09:05 -07:00
parent 2211be5324
commit 70fcd18690
3 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ futures-channel = "0.3.30"
sir = { git = "https://gitlab.com/samsartor/sir", features = ["dioxus"] } # dioxus 0.6
mumble-web2-common = { workspace = true }
serde = { workspace = true }
tracing-subscriber = { version = "0.3.18", default-features = false, features = ["ansi"] }
tracing-subscriber = { version = "0.3.18", features = ["ansi"] }
tracing = "0.1.40"
color-eyre = "0.6.3"