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

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