job-compiler/modular-recipes
Sebastian Kuzminsky 2f65e08afc peristaltic-pump recipe: make inputs a Table, not an Array
`[inputs]` is now a TOML Table (a key/value store).  Each input is
represented in the `[inputs]` table by a key/value pair.

The key is a unique name (which also maps to the recipe file for building
that input thing).

The value is another table describing that input, that we'll represent
with an Input struct.
2025-01-12 23:49:20 -07:00
..
code minimal config file parsing 2025-01-12 22:40:08 -07:00
recipes peristaltic-pump recipe: make inputs a Table, not an Array 2025-01-12 23:49:20 -07:00