unwinding/Cargo.toml

14 lines
260 B
TOML
Raw Normal View History

2021-08-24 20:55:49 -05:00
[package]
name = "unwind"
version = "0.1.0"
authors = ["Gary Guo <gary@garyguo.net>"]
edition = "2018"
[dependencies]
gimli = { version = "0.25.0", default-features = false, features = ["read"] }
libc = "0.2"
once_cell = "1.8"
[profile.release]
debug = true