]> git.proxmox.com Git - rustc.git/blob - src/libpanic_abort/Cargo.toml
New upstream version 1.27.1+dfsg1
[rustc.git] / src / libpanic_abort / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "panic_abort"
4 version = "0.0.0"
5
6 [lib]
7 path = "lib.rs"
8 test = false
9 bench = false
10 doc = false
11
12 [dependencies]
13 core = { path = "../libcore" }
14 libc = { path = "../rustc/libc_shim" }
15 compiler_builtins = { path = "../rustc/compiler_builtins_shim" }