Cargo.toml 191 B

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