Some checks failed
Run Check Script / check (pull_request) Failing after 31s
15 lines
371 B
TOML
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"
|