unwinding/cdylib/Cargo.toml
2021-08-26 05:37:45 +01:00

13 lines
222 B
TOML

[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"] }
libc = "0.2"