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.
16 lines
234 B
TOML
16 lines
234 B
TOML
[package]
|
|
name = "rustc_llvm"
|
|
version = "0.0.0"
|
|
edition = "2018"
|
|
|
|
[features]
|
|
static-libstdcpp = []
|
|
emscripten = []
|
|
|
|
[dependencies]
|
|
libc = "0.2.73"
|
|
|
|
[build-dependencies]
|
|
build_helper = { path = "../../src/build_helper" }
|
|
cc = "1.0.69"
|