From ec9d905bd6bec6430dbf09a25a9f98b0d99f0b53 Mon Sep 17 00:00:00 2001 From: Thiago Nobayashi Date: Mon, 22 Apr 2024 15:32:00 -0300 Subject: [PATCH] chore: setup debug to true --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 22e17525a..a3828c758 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,6 +17,7 @@ deprecated-in-future = "warn" [profile.release] strip = true +debug = true [workspace.dependencies] topos-core = { path = "./crates/topos-core", default-features = false }