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

9 lines
157 B
TOML

[package]
name = "std_catch_exception"
version = "0.1.0"
edition = "2021"
[dependencies]
unwinding = { path = "../../", features = ["panic"] }
libc = "0.2"