d9aaca71cc
Otherwise they are a "hidden output"
14 lines
260 B
TOML
14 lines
260 B
TOML
[package]
|
|
authors = ["The Rust Project Developers"]
|
|
name = "rustc_errors"
|
|
version = "0.0.0"
|
|
|
|
[lib]
|
|
name = "rustc_errors"
|
|
path = "lib.rs"
|
|
crate-type = ["dylib"]
|
|
|
|
[dependencies]
|
|
serialize = { path = "../libserialize" }
|
|
syntax_pos = { path = "../libsyntax_pos" }
|