summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-06-20 12:58:43 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-06-20 12:58:43 +0200
commit3a51c2ce4abedcc2c8e1670b6c2c6ad1243a303a (patch)
treea9d3511a2051856e7febc4226a90307050faa975 /Cargo.toml
parent6371cb848bb953a4792a26ea967b17f1402c7d0f (diff)
downloadrebel-3a51c2ce4abedcc2c8e1670b6c2c6ad1243a303a.tar
rebel-3a51c2ce4abedcc2c8e1670b6c2c6ad1243a303a.zip
runc: add output hashing
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f035860..dd9f7fe 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,6 +15,8 @@ oci-spec = "0.2.8"
serde = { version = "1", features = ["derive"] }
serde_json = "1.0.62"
serde_yaml = "0.8"
+sha2 = "0.9.5"
tar = "0.4.32"
+tee_readwrite = "0.1.0"
users = "0.11.0"
walkdir = "2"