]> git.proxmox.com Git - rustc.git/blame - src/librustc_errors/Cargo.toml
New upstream version 1.23.0+dfsg1
[rustc.git] / src / librustc_errors / Cargo.toml
CommitLineData
3157f602
XL
1[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"]
10
11[dependencies]
8bb4bdeb 12serialize = { path = "../libserialize" }
c30ab7b3 13syntax_pos = { path = "../libsyntax_pos" }
abe05a73 14rustc_data_structures = { path = "../librustc_data_structures" }