summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-09-29 01:07:56 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-10-02 12:58:35 +0200
commitf0653ccdb084ad7bb389ad6859474c117893e5a9 (patch)
tree764d6b1367c6ffd470482b6dc7ac4b8244b6cd6c /Cargo.toml
parente9d557fc2923d5c130b252f935479bc2f74734d6 (diff)
downloadrebel-f0653ccdb084ad7bb389ad6859474c117893e5a9.tar
rebel-f0653ccdb084ad7bb389ad6859474c117893e5a9.zip
executor: add various toolchain-related variables to the environment by default
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 8438a71..280c840 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,6 +12,7 @@ clap = "3.0.0-beta.2"
enum-kinds = "0.5.1"
handlebars = "4.1.3"
hex = { version = "0.4.3", features = ["std", "serde"] }
+indoc = "1.0.3"
ipc-channel = { git = "https://github.com/servo/ipc-channel.git" }
libc = "0.2.84"
nix = "0.23.0"