From 6eb0851420b358132dd8a72312b25a1f7efd02de Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 30 Jan 2021 21:27:34 +0100 Subject: runner: run commands in buildah containers --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index d6eea9f..820a5fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +scopeguard = "1.1.0" serde = { version = "1", features = ["derive"] } serde_yaml = "0.8" walkdir = "2" -- cgit v1.2.3