rustc/library/backtrace/crates/without_debuginfo/Cargo.toml
2024-07-31 08:40:13 +02:00

17 lines
268 B
TOML

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