initial integration with telem viz
This commit is contained in:
@@ -5,10 +5,16 @@ edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
anyhow = { workspace = true }
|
||||
fern = { workspace = true }
|
||||
log = { workspace = true }
|
||||
chrono = { workspace = true }
|
||||
ctrlc = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
derive_more = {workspace = true, features = ["display"]}
|
||||
fern = { workspace = true }
|
||||
log = { workspace = true }
|
||||
postcard = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
tokio = { workspace = true, optional = true, features = ["net"] }
|
||||
tokio-util = {workspace = true, optional = true}
|
||||
|
||||
[features]
|
||||
async = [ "dep:tokio", "dep:tokio-util" ]
|
||||
|
||||
Reference in New Issue
Block a user