unwinding/example/Cargo.toml
2021-08-26 11:06:45 +01:00

9 lines
178 B
TOML

[package]
name = "example"
version = "0.1.0"
edition = "2018"
[dependencies]
unwind = { path = "../", features = ["system-alloc", "personality", "panic-handler"] }
libc = "0.2"