summaryrefslogtreecommitdiff
path: root/ci-lib-core/src
AgeCommit message (Collapse)Author
2023-10-29no more warnings :)runner-local-modeiximeow
2023-10-29split runner into local/remote logiciximeow
ideally `trait Runner` describes whatever should have behavioral differences when a task is run locally vs in conjunction with a remote server. then everything consuming a `dyn Runner` will not need to change. if i've done it right.
2023-07-17start factoring out web view renderingiximeow
2023-07-13reorganize the whole thing into crates/ packagesiximeow