Files
fds-os/examples/software/cartridge.toml
T
2026-09-21 22:29:23 +08:00

12 lines
254 B
TOML

format = 1
id = "demo.tools"
name = "Hello and system report"
version = "1.0"
# Paths are relative to this recipe. Each payload entry creates one partition.
[[payload]]
bundles = ["../../out/demo-hello"]
[[payload]]
bundles = ["../../out/demo-report"]