From 0fd43866480b19b2feb27c1f36978e3de3660d2d Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 19 Sep 2021 13:33:27 +0200 Subject: Add template engine to evaluate task commands The field "run" is renamed to "command" in a few places. We only use the evaluated command string for TaskInput now, not the TaskID or arguments. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e746584..5af429f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ edition = "2018" [dependencies] clap = "3.0.0-beta.2" +handlebars = "4.1.3" hex = { version = "0.4.3", features = ["std", "serde"] } ipc-channel = { git = "https://github.com/servo/ipc-channel.git" } libc = "0.2.84" -- cgit v1.2.3