27 lines
662 B
TOML
27 lines
662 B
TOML
[package]
|
|
name = "rtx-clusterviz-demo"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
description = "ClusterViz - Real-Time Cluster Monitor for Thunderbolt 5 Mac clusters"
|
|
|
|
[dependencies]
|
|
clusterviz-shared = { workspace = true }
|
|
serde = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
chrono = { workspace = true }
|
|
uuid = { workspace = true }
|
|
tokio = { workspace = true }
|
|
tracing = { workspace = true }
|
|
anyhow = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
rand = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
tokio-test = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|