summary refs log tree commit diff
path: root/src/libpanic_abort/Cargo.toml
blob: 9d62be64fc4ecf836c364046d582fede41c8edff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
authors = ["The Rust Project Developers"]
name = "panic_abort"
version = "0.0.0"

[lib]
path = "lib.rs"
test = false

[dependencies]
core = { path = "../libcore" }
libc = { path = "../rustc/libc_shim" }