Cargo.toml 260 B

12345678910111213
  1. [package]
  2. name = "unwind"
  3. version = "0.1.0"
  4. authors = ["Gary Guo <gary@garyguo.net>"]
  5. edition = "2018"
  6. [dependencies]
  7. gimli = { version = "0.25.0", default-features = false, features = ["read"] }
  8. libc = "0.2"
  9. once_cell = "1.8"
  10. [profile.release]
  11. debug = true