]> git.lizzy.rs Git - rust.git/blob - src/librustc_errors/Cargo.toml
Auto merge of #56601 - Zoxc:lifetime-killer, r=nikomatsakis
[rust.git] / src / librustc_errors / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustc_errors"
4 version = "0.0.0"
5
6 [lib]
7 name = "rustc_errors"
8 path = "lib.rs"
9 crate-type = ["dylib"]
10
11 [dependencies]
12 log = "0.4"
13 serialize = { path = "../libserialize" }
14 syntax_pos = { path = "../libsyntax_pos" }
15 rustc_data_structures = { path = "../librustc_data_structures" }
16 rustc_cratesio_shim = { path = "../librustc_cratesio_shim" }
17 unicode-width = "0.1.4"
18 atty = "0.2"
19 termcolor = "1.0"