]> git.lizzy.rs Git - rust.git/blob - src/libpanic_abort/Cargo.toml
Rollup merge of #56044 - matthewjasper:function-param-drop-order, r=cramertj
[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 = { version = "0.2", default-features = false }
15 compiler_builtins = "0.1.0"