unwinding/cdylib/Cargo.toml

13 lines
243 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]
2021-08-26 02:17:04 -05:00
unwind = { path = "../", features = ["system-alloc", "personality-dummy"] }
2021-08-25 23:01:50 -05:00
libc = "0.2"