Files
harmony/examples/dx_guide_ship/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-guide-ship"
edition = "2024"
version.workspace = true
readme.workspace = true
license.workspace = true
description = "DX experiment (ADR-029): tutorial-shaped ship.rs inventory, Runtime enum binds."
publish = false
[[bin]]
name = "dx-guide-ship"
path = "src/main.rs"