]> git.lizzy.rs Git - rust.git/blob - src/libpanic_abort/Cargo.toml
Rollup merge of #58114 - h-michael:tidy-unstable-book-gen-2018, r=Centril
[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 edition = "2018"
6
7 [lib]
8 path = "lib.rs"
9 test = false
10 bench = false
11 doc = false
12
13 [dependencies]
14 core = { path = "../libcore" }
15 libc = { version = "0.2", default-features = false }
16 compiler_builtins = "0.1.0"