mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-06 11:30:33 +00:00
21 lines
370 B
TOML
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']
|