From 84f7b51451f267a22769edf7ae267b4332ccc6a9 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 7 Feb 2021 01:27:32 +0100 Subject: runc: embed default spec --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b91e375..bc34df3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,7 @@ libc = "0.2.84" nix = "0.19.1" oci-spec = "0.2.8" serde = { version = "1", features = ["derive"] } +serde_json = "1.0.62" serde_yaml = "0.8" tar = "0.4.32" users = "0.11.0" -- cgit v1.2.3