]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_driver/Cargo.toml
Rollup merge of #82176 - RalfJung:mir-fn-ptr-pretty, r=oli-obk
[rust.git] / compiler / rustc_driver / Cargo.toml
index 0adc006b6244ec5708c3a37eed204e38947c713e..b88b556d143d98a96b0c8308f26fe680e18f224e 100644 (file)
@@ -9,6 +9,7 @@ crate-type = ["dylib"]
 
 [dependencies]
 libc = "0.2"
+atty = "0.2"
 tracing = { version = "0.1.18" }
 tracing-subscriber = { version = "0.2.13", default-features = false, features = ["fmt", "env-filter", "smallvec", "parking_lot", "ansi"] }
 tracing-tree = "0.1.6"