src: adopt the log crate and feed logs into the UI

This commit is contained in:
2026-06-09 20:24:11 +02:00
parent eeb27656c7
commit 96ec57b2d9
5 changed files with 97 additions and 41 deletions
+2
View File
@@ -17,6 +17,7 @@ hound = "3.5.1"
iref = { version = "4.0.0", features = ["url", "serde"] }
jack = "0.13.5"
json-ld = { version = "0.21.4", features = ["reqwest", "serde"] }
log = "0.4.32"
minify = "1.3.0"
oximedia-metering = "0.1.7"
ratatui = "0.30.0"
@@ -30,6 +31,7 @@ serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.150"
sqlite = "0.37.0"
static-iref = "3.0.0"
static_cell = "2.1.1"
tempfile = "3.27.0"
textwrap = "0.16.2"
throbber-widgets-tui = "0.11.0"