From f406f507387af20fbc9b1c2612e3f6219a6907c9 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Wed, 22 Sep 2021 23:02:42 +0200 Subject: Store task arguments as an enum --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5af429f..0df8017 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ edition = "2018" [dependencies] clap = "3.0.0-beta.2" +enum-kinds = "0.5.1" handlebars = "4.1.3" hex = { version = "0.4.3", features = ["std", "serde"] } ipc-channel = { git = "https://github.com/servo/ipc-channel.git" } -- cgit v1.2.3