]> git.lizzy.rs Git - rust.git/blob - src/libunwind/Cargo.toml
Remove weasel word in docs for iter's take_while()
[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
7 [lib]
8 name = "unwind"
9 path = "lib.rs"
10 test = false
11 bench = false
12 doc = false
13
14 [dependencies]
15 core = { path = "../libcore" }
16 libc = { version = "0.2.43", features = ['rustc-dep-of-std'], default-features = false }
17 compiler_builtins = "0.1.0"