feat: show basic json screen

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-05-01 23:26:25 +02:00
parent 1885a200c4
commit d7e21a256d
6 changed files with 141 additions and 9 deletions

View File

@@ -10,6 +10,7 @@ anyhow.workspace = true
tokio.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
serde_json.workspace = true
ratatui = "0.26.2"
crossterm = { version = "0.27.0", features = ["event-stream"] }