summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-09-22 23:02:42 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-09-23 23:44:14 +0200
commitf406f507387af20fbc9b1c2612e3f6219a6907c9 (patch)
tree8776b509ec5c9554a0bb0aa6803e694279130a52 /Cargo.toml
parent88ef3e8312f5062cc923d000046bc9a8c58d6b6e (diff)
downloadrebel-f406f507387af20fbc9b1c2612e3f6219a6907c9.tar
rebel-f406f507387af20fbc9b1c2612e3f6219a6907c9.zip
Store task arguments as an enum
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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" }