]> git.lizzy.rs Git - rust.git/blob - src/libpanic_abort/Cargo.toml
Auto merge of #49435 - tmandry:rule-implied-bound-from-trait, r=nikomatsakis
[rust.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" }