[package] name = "fix-stacks" version = "0.1.0" authors = ["Nicholas Nethercote "] edition = "2018" license = "MIT/Apache-2.0" [dependencies] anyhow = "1.0.32" # Keep this in sync with what symbolic-debuginfo is using. fxhash = "0.2.1" goblin = "0.2.3" # Keep this in sync with what symbolic-debuginfo is using. regex = "1.3.5" serde_json = "1.0" symbolic-common = "8.0.3" symbolic-debuginfo = "8.0.3" symbolic-demangle = "8.0.3" [profile.release] lto = true