rustc/library/backtrace/crates/without_debuginfo/Cargo.toml
2020-09-04 16:38:49 +01:00

21 lines
370 B
TOML

[package]
name = "without_debuginfo"
version = "0.1.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
edition = "2018"
[dependencies.backtrace]
path = "../.."
default-features = false
features = ['std']
[profile.dev]
debug = false
[profile.test]
debug = false
[features]
libbacktrace = ['backtrace/libbacktrace']
gimli-symbolize = ['backtrace/gimli-symbolize']