summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
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.toml
parent79a60833a6f7c856818afc0b0ef7a51bbf158072 (diff)
downloadrebel-d486a774540c27ba8c06f8cdd3a95326cbdb0028.tar
rebel-d486a774540c27ba8c06f8cdd3a95326cbdb0028.zip
executor: generate and print task output information
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 dd9f7fe..074267d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,6 +8,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+hex = { version = "0.4.3", features = ["std", "serde"] }
ipc-channel = { git = "https://github.com/servo/ipc-channel.git" }
libc = "0.2.84"
nix = "0.21.0"