Files
harmony/examples/grafana/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

14 lines
340 B
TOML

[package]
name = "example-grafana"
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"