Initialize tracing

This commit is contained in:
2026-06-12 18:51:52 -04:00
parent c887049286
commit 326694fcc2
3 changed files with 5 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ edition = "2024"
[dependencies]
dioxus = { version = "0.7.9", features = ["router", "fullstack"] }
tracing = "0.1.44"
[features]
default = ["web"]