enable debug info in dev profile

This commit is contained in:
John Turner
2025-10-26 01:38:28 -04:00
parent 1bf7735a8c
commit 3424168f3f

View File

@@ -7,3 +7,6 @@ edition = "2024"
mon = { path = "../mon" } mon = { path = "../mon" }
get = { path = "../get" } get = { path = "../get" }
itertools = "0.14.0" itertools = "0.14.0"
[profile.dev]
debug = true