summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-10-20 22:07:15 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-10-20 22:39:21 +0200
commit9e9c7d11dc6622098849a247439c590cbae9e030 (patch)
tree3417d6da20db61e4b38e9860f8d93d007d3fdafa /Cargo.toml
parent719b25077b29c249236fee7b3b091278b4157687 (diff)
downloadrebel-9e9c7d11dc6622098849a247439c590cbae9e030.tar
rebel-9e9c7d11dc6622098849a247439c590cbae9e030.zip
container: replace crun with our own minimal container runtime
Our own setup is more flexible, faster, and allows for better process management.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e3bfa0b..25b2105 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,6 +9,7 @@ edition = "2018"
[dependencies]
blake3 = { version = "1.0.0", features = ["traits-preview"] }
+capctl = "0.2.0"
clap = "3.0.0-beta.2"
digest = "0.9.0"
enum-kinds = "0.5.1"
@@ -19,7 +20,6 @@ ipc-channel = { git = "https://github.com/servo/ipc-channel.git" }
lazy_static = "1.4.0"
libc = "0.2.84"
nix = "0.23.0"
-oci-spec = "0.5.1"
olpc-cjson = "0.1.0"
regex = "1.5.4"
scoped-tls-hkt = "0.1.2"