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
Generated
+13 -2
View File
@@ -1000,6 +1000,7 @@ dependencies = [
"iref 4.0.0",
"jack",
"json-ld",
"log",
"minify",
"oximedia-metering",
"ratatui",
@@ -1013,6 +1014,7 @@ dependencies = [
"serde_json",
"sqlite",
"static-iref",
"static_cell",
"tempfile",
"textwrap",
"throbber-widgets-tui",
@@ -2293,9 +2295,9 @@ dependencies = [
[[package]]
name = "log"
version = "0.4.30"
version = "0.4.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "616ec5685824bcc94416c6d4a7a446eea774a31efd7062c8480ba6fd06d7a6e5"
checksum = "953f07c43838f8e6f9758cab68bf5bed85465e7587ebe0b823f1bcd81978ad3a"
[[package]]
name = "lru"
@@ -4085,6 +4087,15 @@ version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "static_cell"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0530892bb4fa575ee0da4b86f86c667132a94b74bb72160f58ee5a4afec74c23"
dependencies = [
"portable-atomic",
]
[[package]]
name = "str-newtype"
version = "2.0.0"