Build flash blocks from a layout file (TOML/YAML/JSON) and an Excel workbook, then emit hex files.
```bash
mint block@examples/block.toml -x examples/data.xlsx -o out
```
Install with `cargo install mint-cli`.
Run `mint --help` for all available options. Example layouts and data are in the `examples/` directory.