2019-11-15 00:55:20 +03:00
|
|
|
[package]
|
|
|
|
name = "fix-stacks"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Nicholas Nethercote <nnethercote@mozilla.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
license = "MIT/Apache-2.0"
|
|
|
|
|
|
|
|
[dependencies]
|
2021-01-27 12:48:10 +03:00
|
|
|
anyhow = "1.0.32" # Keep this in sync with what symbolic-debuginfo is using.
|
2019-11-15 00:55:20 +03:00
|
|
|
fxhash = "0.2.1"
|
2021-01-27 12:48:10 +03:00
|
|
|
goblin = "0.2.3" # Keep this in sync with what symbolic-debuginfo is using.
|
2020-03-19 03:15:17 +03:00
|
|
|
regex = "1.3.5"
|
2019-11-21 07:59:09 +03:00
|
|
|
serde_json = "1.0"
|
2021-01-27 12:48:10 +03:00
|
|
|
symbolic-common = "8.0.3"
|
|
|
|
symbolic-debuginfo = "8.0.3"
|
|
|
|
symbolic-demangle = "8.0.3"
|
2020-04-09 08:43:16 +03:00
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
lto = true
|