2016-06-21 18:08:13 -04:00
|
|
|
[package]
|
|
|
|
authors = ["The Rust Project Developers"]
|
|
|
|
name = "rustc_errors"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "rustc_errors"
|
|
|
|
path = "lib.rs"
|
|
|
|
crate-type = ["dylib"]
|
|
|
|
|
|
|
|
[dependencies]
|
2017-01-28 18:13:21 -05:00
|
|
|
serialize = { path = "../libserialize" }
|
2016-10-21 13:18:09 -07:00
|
|
|
syntax_pos = { path = "../libsyntax_pos" }
|
2017-10-25 15:01:06 +02:00
|
|
|
rustc_data_structures = { path = "../librustc_data_structures" }
|
2017-12-10 23:35:53 -08:00
|
|
|
unicode-width = "0.1.4"
|
2018-02-27 10:33:02 -08:00
|
|
|
atty = "0.2"
|
|
|
|
termcolor = "0.3"
|