]> git.lizzy.rs Git - rust.git/blob - src/librustc_errors/Cargo.toml
Rollup merge of #67756 - Zoxc:collector-tweaks, r=Mark-Simulacrum
[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 doctest = false
11
12 [dependencies]
13 log = "0.4"
14 rustc_serialize = { path = "../libserialize", package = "serialize" }
15 rustc_span = { path = "../librustc_span" }
16 rustc_data_structures = { path = "../librustc_data_structures" }
17 unicode-width = "0.1.4"
18 atty = "0.2"
19 termcolor = "1.0"
20 annotate-snippets = "0.6.1"
21 term_size = "0.3.1"