]> git.lizzy.rs Git - rust.git/blob - src/librustc_errors/Cargo.toml
Auto merge of #61212 - alexcrichton:skip-rustc, r=pietroalbini
[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 edition = "2018"
6
7 [lib]
8 name = "rustc_errors"
9 path = "lib.rs"
10 crate-type = ["dylib"]
11
12 [dependencies]
13 log = "0.4"
14 serialize = { path = "../libserialize" }
15 syntax_pos = { path = "../libsyntax_pos" }
16 rustc_data_structures = { path = "../librustc_data_structures" }
17 rustc_cratesio_shim = { path = "../librustc_cratesio_shim" }
18 unicode-width = "0.1.4"
19 atty = "0.2"
20 termcolor = "1.0"