Files
harmony/examples/cluster_dashboards/Cargo.toml
Sylvain Tremblay bcacd3b51f
Some checks failed
Run Check Script / check (pull_request) Failing after 31s
fix: workspace issues in Cargo.toml files
2026-04-16 15:23:34 -04:00

15 lines
371 B
TOML

[package]
name = "example-cluster-dashboards"
edition = "2021"
version = "0.1.0"
license = "GNU AGPL v3"
publish = false
[dependencies]
harmony = { path = "../../harmony" }
harmony_cli = { path = "../../harmony_cli" }
harmony_types = { path = "../../harmony_types" }
tokio = { version = "1.40", features = ["macros", "rt-multi-thread"] }
log = "0.4"
env_logger = "0.11"