Files
harmony/examples/compose_java_react/Cargo.toml
Jean-Gabriel Gill-Couture eea006535b refactor: drop harmony_app landfill
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.
2026-09-08 22:10:34 -04:00

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"] }