From 855d2daea1e4d22cc9b62417875c90619e553500 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 12 Oct 2021 23:05:29 +0200 Subject: context: allow passing host and target arguments when parsing tasks --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f89ed59..e3bfa0b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,10 +16,12 @@ handlebars = "4.1.3" hex = { version = "0.4.3", features = ["std", "serde"] } indoc = "1.0.3" 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" serde = { version = "1", features = ["derive"] } serde_json = "1.0.62" -- cgit v1.2.3