summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2025-10-26 01:38:28 -0400
committerJohn Turner <jturner.usa@gmail.com>2025-10-26 01:38:28 -0400
commit3424168f3f1593997ba134563f5a3ef236f6cba4 (patch)
tree7f670d92ba12d138d594234c9592137907cc7c0e
parent1bf7735a8c1b42ff46ae259625375170d8b848fc (diff)
downloadgentoo-utils-3424168f3f1593997ba134563f5a3ef236f6cba4.tar.gz
enable debug info in dev profile
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
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