Reuse tracing library to be able to display matrix SDK logs

This commit is contained in:
2024-04-10 12:33:17 +02:00
parent 4261e24cd2
commit 11e239714b
2 changed files with 21 additions and 4 deletions

View File

@@ -12,7 +12,6 @@ web = ["dioxus/web"]
dioxus = "0.5.0"
dioxus-free-icons = { version = "0.8", features = ["material-design-icons-navigation", "ionicons"] }
dioxus-sdk = { version = "0.5.0", features = ["utils"] }
dioxus-logger = { version = "0.4.1", features = ["timestamps"] }
matrix-sdk = { git = "https://github.com/matrix-org/matrix-rust-sdk.git", branch = "main", default-features = false, features = ["js", "rustls-tls"] }
@@ -32,6 +31,9 @@ validator = { version = "0.17.0", features = ["derive"] }
const_format = "0.2.32"
zxcvbn = "2.2.2"
async-std = "1.12.0"
tracing = "0.1.40"
tracing-web = "0.1.3"
tracing-subscriber = "0.3.18"
[target.'cfg(target_family = "wasm")'.dependencies]
web-sys = { version = "0.3.69" }