File size: 644 Bytes
7596726 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | # Metadata consumed by SolverForge app tooling for this example repo.
[app]
# App identity and the CLI release line this example targets.
name = "SolverForge Hospital"
starter = "neutral-shell"
cli_version = "2.0.4"
[runtime]
# Published crate releases used by this example.
target = "SolverForge crates.io target"
runtime_crate = "solverforge"
runtime_version = "0.13.1"
ui_crate = "solverforge-ui"
ui_version = "0.6.5"
[demo]
# Public demo-data ids exposed by this app.
default_size = "large"
available_sizes = ["large"]
[solution]
# Planning-solution metadata surfaced to surrounding tooling.
name = "Plan"
score = "HardSoftDecimalScore"
|