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.
23 lines
675 B
TOML
23 lines
675 B
TOML
[package]
|
|
name = "example-compose-java-react"
|
|
edition = "2024"
|
|
version.workspace = true
|
|
readme.workspace = true
|
|
license.workspace = true
|
|
description = "Thin HarmonyApp composing K8sPostgreSQLScore + K8sDeploymentScore for a Java+React app."
|
|
|
|
[[bin]]
|
|
name = "compose-deploy"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
harmony = { path = "../../harmony" }
|
|
harmony_app = { path = "../../harmony_app" }
|
|
harmony_cli = { path = "../../harmony_cli" }
|
|
harmony_macros = { path = "../../harmony_macros" }
|
|
harmony_types = { path = "../../harmony_types" }
|
|
anyhow = { workspace = true }
|
|
async-trait.workspace = true
|
|
serde_json.workspace = true
|
|
tokio = { workspace = true, features = ["full"] }
|