From 698f8c2f01ea549d77d7dc3338a12e04c11057b9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:02:58 +0200 Subject: Adding upstream version 1.64.0+dfsg1. Signed-off-by: Daniel Baumann --- .../backtrace/crates/without_debuginfo/Cargo.toml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 library/backtrace/crates/without_debuginfo/Cargo.toml (limited to 'library/backtrace/crates/without_debuginfo/Cargo.toml') diff --git a/library/backtrace/crates/without_debuginfo/Cargo.toml b/library/backtrace/crates/without_debuginfo/Cargo.toml new file mode 100644 index 000000000..19d76cbec --- /dev/null +++ b/library/backtrace/crates/without_debuginfo/Cargo.toml @@ -0,0 +1,20 @@ +[package] +name = "without_debuginfo" +version = "0.1.0" +authors = ["Alex Crichton "] +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'] -- cgit v1.2.3