mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-30 22:12:15 +00:00
14 lines
230 B
TOML
14 lines
230 B
TOML
|
[package]
|
||
|
authors = ["The Rust Project Developers"]
|
||
|
name = "unwind"
|
||
|
version = "0.0.0"
|
||
|
build = "build.rs"
|
||
|
|
||
|
[lib]
|
||
|
name = "unwind"
|
||
|
path = "lib.rs"
|
||
|
|
||
|
[dependencies]
|
||
|
core = { path = "../libcore" }
|
||
|
libc = { path = "../rustc/libc_shim" }
|