summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-06-20 20:57:15 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-06-20 20:57:15 +0200
commitd486a774540c27ba8c06f8cdd3a95326cbdb0028 (patch)
tree4bc02193cd78a9919b34bc821c606c1942d2a1be /Cargo.lock
parent79a60833a6f7c856818afc0b0ef7a51bbf158072 (diff)
downloadrebel-d486a774540c27ba8c06f8cdd3a95326cbdb0028.tar
rebel-d486a774540c27ba8c06f8cdd3a95326cbdb0028.zip
executor: generate and print task output information
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 971fa43..9c353d9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -162,6 +162,15 @@ dependencies = [
]
[[package]]
+name = "hex"
+version = "0.4.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
+dependencies = [
+ "serde",
+]
+
+[[package]]
name = "iovec"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -427,6 +436,7 @@ dependencies = [
name = "rebel"
version = "0.1.0"
dependencies = [
+ "hex",
"ipc-channel",
"libc",
"nix",