diff --git a/Cargo.toml b/Cargo.toml index b5a399ce..1f941b30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,6 +17,7 @@ members = ["jay-config", "toml-config", "algorithms", "toml-spec"] [profile.release] panic = "abort" +debug = "full" [profile.dev] panic = "abort"