modified tui-example main

This commit is contained in:
2025-04-17 09:42:36 -04:00
parent 0ba7f2536c
commit 6ddf48591b
5 changed files with 149 additions and 10 deletions

6
Cargo.lock generated
View File

@@ -1188,6 +1188,8 @@ dependencies = [
"log",
"log-panics",
"ratatui",
"serde-value",
"serde_json",
"tokio",
"tokio-stream",
"tui-logger",
@@ -3026,9 +3028,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.133"
version = "1.0.140"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377"
checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
dependencies = [
"itoa",
"memchr",