summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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