[package] name = "backtrace-on-stack-overflow" description = "Best effort backtrace printing" version = "0.3.0" license = "MIT OR Apache-2.0" repository = "https://github.com/matklad/backtrace-on-stack-overflow" authors = ["Aleksey Kladov "] edition = "2018" [workspace] members = ["xtask"] exclude = [".github/", "bors.toml", "rustfmt.toml"] [dependencies] backtrace = "0.3.65" libc = "0.2.126" nix = "0.23.1"