]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
print_diff: Don't print color codes if output is not a tty
[rust.git] / Cargo.toml
index 6fe6bc05d563f59b553fff59039c44d33386a0c8..d00f651aad1eac3b2dda37c5db53206fa43e24d1 100644 (file)
@@ -21,7 +21,16 @@ regex = "0.1"
 term = "0.4"
 strings = "0.0.1"
 diff = "0.1"
-syntex_syntax = "0.32"
+syntex_syntax = "0.33"
 log = "0.3"
 env_logger = "0.3"
 getopts = "0.2"
+itertools = "0.4.15"
+multimap = "0.3"
+
+[target.'cfg(unix)'.dependencies]
+libc = "0.2.11"
+
+[target.'cfg(windows)'.dependencies]
+kernel32-sys = "0.2.2"
+winapi = "0.2.7"