blob: b537c6b1b71c1a242de8a49dcf79fd6b6188fee4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[package]
authors = ["The Rust Project Developers"]
name = "unwind"
version = "0.0.0"
build = "build.rs"
[lib]
name = "unwind"
path = "lib.rs"
test = false
[dependencies]
core = { path = "../libcore" }
libc = { path = "../rustc/libc_shim" }
|