improved integration with telem viz

This commit is contained in:
2026-01-03 21:26:46 -05:00
parent 275cb07c4c
commit 252db5993d
12 changed files with 216 additions and 91 deletions

View File

@@ -7,7 +7,7 @@ edition = "2024"
anyhow = { workspace = true }
chrono = { workspace = true }
ctrlc = { workspace = true }
derive_more = {workspace = true, features = ["display"]}
derive_more = {workspace = true, features = ["display", "from"]}
fern = { workspace = true }
log = { workspace = true }
postcard = { workspace = true }