initial integration with telem viz
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user