rust/src/libpanic_unwind/Cargo.toml
Alex Crichton a8535ce9d1 std: Don't build docs for misc facade crates
Retain the same behavior as stable.

Closes #38319
2016-12-30 10:00:33 -08:00

17 lines
308 B
TOML

[package]
authors = ["The Rust Project Developers"]
name = "panic_unwind"
version = "0.0.0"
[lib]
path = "lib.rs"
test = false
bench = false
doc = false
[dependencies]
alloc = { path = "../liballoc" }
core = { path = "../libcore" }
libc = { path = "../rustc/libc_shim" }
unwind = { path = "../libunwind" }