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.
13 lines
307 B
TOML
13 lines
307 B
TOML
[package]
|
|
name = "example-dx-bind-origin"
|
|
edition = "2024"
|
|
version.workspace = true
|
|
readme.workspace = true
|
|
license.workspace = true
|
|
description = "DX experiment (ADR-029): bind::<T, command>(), origin as a Ref. Not a shippable deploy."
|
|
publish = false
|
|
|
|
[[bin]]
|
|
name = "dx-bind-origin"
|
|
path = "src/main.rs"
|