summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
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.lock
parent88ef3e8312f5062cc923d000046bc9a8c58d6b6e (diff)
downloadrebel-f406f507387af20fbc9b1c2612e3f6219a6907c9.tar
rebel-f406f507387af20fbc9b1c2612e3f6219a6907c9.zip
Store task arguments as an enum
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock12
1 files changed, 12 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 68b4cad..f6fd861 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -246,6 +246,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"
[[package]]
+name = "enum-kinds"
+version = "0.5.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "4e40a16955681d469ab3da85aaa6b42ff656b3c67b52e1d8d3dd36afe97fd462"
+dependencies = [
+ "proc-macro2",
+ "quote",
+ "syn",
+]
+
+[[package]]
name = "fake-simd"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -781,6 +792,7 @@ name = "rebel"
version = "0.1.0"
dependencies = [
"clap",
+ "enum-kinds",
"handlebars",
"hex",
"ipc-channel",