aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2019-03-10 00:14:28 -0800
committerDavid Tolnay <dtolnay@gmail.com>2019-03-10 00:14:28 -0800
commit3f7d9d3b9c462214537cb72560dfce82294ad6fa (patch)
tree01d2f2c14f515de9faff3272e2434a05ec75a051 /Cargo.toml
parentf83b6c9816e87b66a25a149a25d957afd2d11beb (diff)
downloadplatform_external_rust_crates_syn-3f7d9d3b9c462214537cb72560dfce82294ad6fa.tar.gz
platform_external_rust_crates_syn-3f7d9d3b9c462214537cb72560dfce82294ad6fa.tar.bz2
platform_external_rust_crates_syn-3f7d9d3b9c462214537cb72560dfce82294ad6fa.zip
Display a banner when nightly-only tests are being skipped
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 114af93c..7cd3fcad 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,6 +39,7 @@ quote = { version = "0.6", optional = true, default-features = false }
unicode-xid = "0.1"
[dev-dependencies]
+colored = "1.7"
rayon = "1.0"
regex = "1.0"
walkdir = "2.1"