Since RFC 3052 soft deprecated the authors field anyway, hiding it from crates.io, docs.rs, and making Cargo not add it by default, and it is not generally up to date/useful information, we should remove it from crates in this repo.
9 lines
213 B
TOML
9 lines
213 B
TOML
[package]
|
|
name = "rustc_arena"
|
|
version = "0.0.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
rustc_data_structures = { path = "../rustc_data_structures" }
|
|
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
|