blob: 78ff52b4b2371491c5cbf566293a52c588957e01 [file] [log] [blame]
Jonathan Turner6ae350212016-06-21 22:08:131[package]
2authors = ["The Rust Project Developers"]
3name = "rustc_errors"
4version = "0.0.0"
5
6[lib]
7name = "rustc_errors"
8path = "lib.rs"
9crate-type = ["dylib"]
Jonathan Turner6ae350212016-06-21 22:08:1310
11[dependencies]
Niko Matsakisd9aaca72017-01-28 23:13:2112serialize = { path = "../libserialize" }
Alex Crichtona270b802016-10-21 20:18:0913syntax_pos = { path = "../libsyntax_pos" }