Cargo.toml 157 B

12345678
  1. [package]
  2. name = "catch_std_exception"
  3. version = "0.1.0"
  4. edition = "2021"
  5. [dependencies]
  6. unwinding = { path = "../../", features = ["panic"] }
  7. libc = "0.2"