blob: 633d273b3b93cd49834bd972a5dce5ab106a7ae1 [file] [log] [blame]
[package]
authors = ["The Rust Project Developers"]
name = "panic_abort"
version = "0.0.0"
[lib]
path = "lib.rs"
test = false
bench = false
doc = false
[dependencies]
core = { path = "../libcore" }
libc = { path = "../rustc/libc_shim" }
compiler_builtins = { path = "../rustc/compiler_builtins_shim" }