From d486a774540c27ba8c06f8cdd3a95326cbdb0028 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 20 Jun 2021 20:57:15 +0200 Subject: executor: generate and print task output information --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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" -- cgit v1.2.3