From 3424168f3f1593997ba134563f5a3ef236f6cba4 Mon Sep 17 00:00:00 2001 From: John Turner Date: Sun, 26 Oct 2025 01:38:28 -0400 Subject: [PATCH] enable debug info in dev profile --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0f3802f..cfd09f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,4 +6,7 @@ edition = "2024" [dependencies] mon = { path = "../mon" } get = { path = "../get" } -itertools = "0.14.0" \ No newline at end of file +itertools = "0.14.0" + +[profile.dev] +debug = true \ No newline at end of file