From 2d882cd0277cf83e62588219549522a923b5d762 Mon Sep 17 00:00:00 2001 From: LukaDev <47296785+lukadev-0@users.noreply.github.com> Date: Thu, 26 Dec 2024 22:00:01 +0100 Subject: [PATCH] chore: fix Cargo.toml --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 14c2353..02cef76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,6 @@ bin = [ "dep:tracing-subscriber", "reqwest/json", "dep:indicatif", - "dep:inquire", "dep:toml_edit", "dep:colored", @@ -100,3 +99,7 @@ opt-level = "s" lto = true incremental = true codegen-units = 1 + +[profile.release.package.pesde-registry] +# add debug symbols for Sentry stack traces +debug = "full"