14 lines
260 B
TOML
14 lines
260 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"
|
||
|
once_cell = "1.8"
|
||
|
|
||
|
[profile.release]
|
||
|
debug = true
|