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"
|
2022-08-03 20:18:04 +03:00
|
|
|
goblin = "0.5.3" # Keep this in sync with what symbolic-debuginfo is using.
|
2022-08-08 15:50:18 +03:00
|
|
|
regex = "1.5.5"
|
2019-11-21 07:59:09 +03:00
|
|
|
serde_json = "1.0"
|
2022-08-03 20:18:04 +03:00
|
|
|
symbolic-common = "9.1.0"
|
|
|
|
symbolic-debuginfo = "9.1.0"
|
|
|
|
symbolic-demangle = "9.1.0"
|
2020-04-09 08:43:16 +03:00
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
lto = true
|