unwinding/test_crates/throw_and_catch/Cargo.toml
2023-10-28 01:14:25 +01:00

9 lines
191 B
TOML

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