diff options
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |
