cu29-derive 1.2.0

This is the copper project runtime generator. It cannot be used independently from the copper project.
(
    tasks: [
        (
            id: "src",
            type: "Source",
            run_in_sim: false,
        ),
        (
            id: "sink",
            type: "Sink",
            run_in_sim: false,
        ),
    ],
    cnx: [
        (
            src: "src",
            dst: "sink",
            msg: "u32",
        ),
    ],
)