summaryrefslogtreecommitdiff
path: root/ci-runner/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'ci-runner/Cargo.toml')
-rw-r--r--ci-runner/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci-runner/Cargo.toml b/ci-runner/Cargo.toml
index 038ed14..c956fb5 100644
--- a/ci-runner/Cargo.toml
+++ b/ci-runner/Cargo.toml
@@ -13,6 +13,7 @@ path = "src/main.rs"
ci-lib-core = { path = "../ci-lib-core" }
ci-lib-native = { path = "../ci-lib-native" }
+async-trait = "*"
libc = "*"
serde = "*"
serde_derive = "*"