Scores own deploy. harmony_app is identity, images, context, and HarmonyApp→Scores. Authoring DX lives in dx. Compose/chart/Application model and the Helm render test are gone.
25 lines
726 B
TOML
25 lines
726 B
TOML
[package]
|
|
name = "harmony_app"
|
|
edition = "2024"
|
|
version.workspace = true
|
|
readme = "README.md"
|
|
license.workspace = true
|
|
description = "Application delivery: HarmonyApp composes Scores; ship/deploy interpret them. Not infrastructure orchestration."
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
harmony = { path = "../harmony" }
|
|
harmony-k8s = { path = "../harmony-k8s" }
|
|
harmony_config = { path = "../harmony_config" }
|
|
harmony_types = { path = "../harmony_types" }
|
|
async-trait.workspace = true
|
|
tokio.workspace = true
|
|
serde = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
serde_yaml = { workspace = true }
|
|
schemars = "0.8"
|
|
tempfile.workspace = true
|
|
log.workspace = true
|
|
k8s-openapi.workspace = true
|
|
thiserror.workspace = true
|