aboutsummaryrefslogtreecommitdiff
path: root/xtask/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'xtask/Cargo.toml')
-rw-r--r--xtask/Cargo.toml6
1 files changed, 2 insertions, 4 deletions
diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml
index 3c72bf1..9e565fa 100644
--- a/xtask/Cargo.toml
+++ b/xtask/Cargo.toml
@@ -6,10 +6,8 @@ publish = false
[dependencies]
anyhow = "1.0.43"
-os_pipe = "1.1.2"
clap = { version = "4", features = ["derive"] }
-env_logger = "0.10.0"
+pretty_env_logger = "0.4.0"
log = "0.4.17"
-rayon = "1.6.1"
+rayon = { version = "1.6.1", optional = true }
diffy = "0.3.0"
-exitcode = "1.1.2"