unwinding/cdylib/Cargo.toml

13 lines
222 B
TOML
Raw Normal View History

2021-08-25 23:01:50 -05:00
[package]
name = "unwind_dyn"
version = "0.1.0"
authors = ["Gary Guo <gary@garyguo.net>"]
edition = "2018"
[lib]
crate-type = ["cdylib"]
[dependencies]
unwind = { path = "../", features = ["system-alloc"] }
2021-08-25 23:01:50 -05:00
libc = "0.2"