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

13 lines
297 B
TOML

[package]
name = "example-dx-accepts-kind"
edition = "2024"
version.workspace = true
readme.workspace = true
license.workspace = true
description = "DX experiment (ADR-029): Accepts matrix, kinded ports, Dev/Live atmosphere."
publish = false
[[bin]]
name = "dx-accepts-kind"
path = "src/main.rs"