]> git.lizzy.rs Git - rust.git/blob - library/panic_abort/Cargo.toml
Rollup merge of #80513 - LeSeulArtichaut:80062-test, r=lcnr
[rust.git] / library / panic_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 test = false
9 bench = false
10 doc = false
11
12 [dependencies]
13 cfg-if = { version = "0.1.8", features = ['rustc-dep-of-std'] }
14 core = { path = "../core" }
15 libc = { version = "0.2", default-features = false }
16 compiler_builtins = "0.1.0"