]> git.lizzy.rs Git - rust.git/blob - library/panic_unwind/Cargo.toml
Merge commit '3e4179766bcecd712824da04356621b8df012ea4' into sync-from-clippy
[rust.git] / library / panic_unwind / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "panic_unwind"
4 version = "0.0.0"
5 edition = "2018"
6
7 [lib]
8 test = false
9 bench = false
10 doc = false
11
12 [dependencies]
13 alloc = { path = "../alloc" }
14 core = { path = "../core" }
15 libc = { version = "0.2", default-features = false }
16 unwind = { path = "../unwind" }
17 compiler_builtins = "0.1.0"
18 cfg-if = "0.1.8"