]> git.lizzy.rs Git - rust.git/blob - src/libunwind/Cargo.toml
Rollup merge of #58199 - clintfred:partial-move-err-msg, r=estebank
[rust.git] / src / libunwind / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "unwind"
4 version = "0.0.0"
5 build = "build.rs"
6 edition = "2018"
7
8 [lib]
9 name = "unwind"
10 path = "lib.rs"
11 test = false
12 bench = false
13 doc = false
14
15 [dependencies]
16 core = { path = "../libcore" }
17 libc = { version = "0.2.43", features = ['rustc-dep-of-std'], default-features = false }
18 compiler_builtins = "0.1.0"