Mirrors the grafana example shape: env.sh sets the harmony_config namespace + a local sqlite store, main.rs composes a single gitea_helm_chart_score and hands it to harmony_cli::run. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
13 lines
261 B
TOML
13 lines
261 B
TOML
[package]
|
|
name = "example-gitea"
|
|
edition = "2024"
|
|
version.workspace = true
|
|
readme.workspace = true
|
|
license.workspace = true
|
|
publish = false
|
|
|
|
[dependencies]
|
|
harmony = { path = "../../harmony" }
|
|
harmony_cli = { path = "../../harmony_cli" }
|
|
tokio.workspace = true
|