unwinding/test_crates/std_catch_exception/Cargo.toml

9 lines
157 B
TOML
Raw Normal View History

2023-10-27 19:06:27 -05:00
[package]
name = "std_catch_exception"
version = "0.1.0"
2023-10-27 19:14:25 -05:00
edition = "2021"
2023-10-27 19:06:27 -05:00
[dependencies]
unwinding = { path = "../../", features = ["panic"] }
libc = "0.2"