From e3ff2872701d9f1d6f4f5223641092ec19c10a7a Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 1 Nov 2021 00:16:41 +0100 Subject: runner: detect file conflicts in dependencies again The new code will also detect conflicts between the rootfs and individual dependencies. --- crates/runner/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crates/runner/Cargo.toml') diff --git a/crates/runner/Cargo.toml b/crates/runner/Cargo.toml index d8fe562..19ad124 100644 --- a/crates/runner/Cargo.toml +++ b/crates/runner/Cargo.toml @@ -10,6 +10,7 @@ edition = "2021" [dependencies] common = { path = "../common", package = "rebel-common" } +bincode = "1.3.3" blake3 = { version = "1.0.0", features = ["traits-preview"] } capctl = "0.2.0" digest = "0.9.0" @@ -21,4 +22,4 @@ serde_json = "1.0.62" tar = "0.4.32" tee_readwrite = "0.1.0" uds = "0.2.6" -bincode = "1.3.3" +walkdir = "2.3.2" -- cgit v1.2.3