]> git.lizzy.rs Git - rust.git/blob - library/panic_unwind/Cargo.toml
Auto merge of #81349 - jyn514:blanket-impls-cleanup, r=lcnr
[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"