initial integration with telem viz

This commit is contained in:
2026-01-02 15:36:50 -05:00
parent 59b5679dda
commit 275cb07c4c
16 changed files with 1408 additions and 190 deletions

View File

@@ -5,9 +5,12 @@ edition = "2024"
[dependencies]
anyhow = { workspace = true }
nautilus_common = { path = "../common" }
log = { workspace = true }
api = { workspace = true }
chrono = { workspace = true }
futures = {workspace = true}
itertools = { workspace = true }
log = { workspace = true }
nautilus_common = { workspace = true, features = ["async"] }
postcard = { workspace = true }
hex = "0.4.3"
serde = { workspace = true }
tokio = { workspace = true, features = ["rt-multi-thread", "rt", "macros", "net"]}
tokio-util = { workspace = true }