No description
Find a file
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
doc add initial architecture sketches 2025-01-11 17:29:06 -07:00
modular-recipes peristaltic-pump recipe: make inputs a Table, not an Array 2025-01-12 23:49:20 -07:00
recipes first attempt at a recipe 2025-01-11 21:56:24 -07:00
tools WIP: start parsing recipes 2025-01-12 23:49:20 -07:00