diff --git a/Cargo.toml b/Cargo.toml index 9e7f8c14..0c0ed03e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,8 @@ members = [ [profile.release] panic = "abort" +debug = true [profile.dev] panic = "abort" - +debug = true