summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2023-10-29 13:08:37 -0700
committeriximeow <me@iximeow.net>2023-10-29 13:14:32 -0700
commitdb4c638182d1c6b15bdc8d94f7baa691197e9a56 (patch)
tree8fb0ae2a00a0f1f2f3c9a2ce08f770da14acf15e /Cargo.lock
parent6c5f395978b34e7b4626ea8605f0eca20ab730d8 (diff)
split runner into local/remote logic
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.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1ea5f9a..10919fa 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -380,6 +380,7 @@ dependencies = [
name = "ci-runner"
version = "0.0.1"
dependencies = [
+ "async-trait",
"ci-lib-core",
"ci-lib-native",
"hyper",