➕ Reuse tracing library to be able to display matrix SDK logs
This commit is contained in:
@@ -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" }
|
||||
|
Reference in New Issue
Block a user