summaryrefslogtreecommitdiffstats
path: root/crates/driver/Cargo.toml
AgeCommit message (Collapse)Author
2021-11-05driver: replace regex with nom-based parserMatthias Schiffer
For now, the nom-based parser doesn't really reduce complexity, but we will need a more powerful parsing solution anyways when the task YML is replaced with a specialized language.
2021-11-03driver: store multiple recipe with the same ID, select highest version numberMatthias Schiffer
We are using the Debian version number scheme for comparision.
2021-10-28Rename executor to driverMatthias Schiffer