unwinding/Cargo.toml
2021-08-25 02:55:49 +01:00

16 lines
298 B
TOML

[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"
fallible-iterator = "0.1"
log = "0.4"
once_cell = "1.8"
[profile.release]
debug = true