summaryrefslogtreecommitdiffstats
path: root/crates/common/src/types.rs
AgeCommit message (Collapse)Author
2021-10-28Pass target directory for download archives from driver to runnerMatthias Schiffer
2021-10-24Split defintions used by both runner and executor into separate crateMatthias Schiffer
Also get rid of the Runner trait - different runner implementations do not make sense with our current design.