summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2019-12-15 23:50:51 +0200
committerJustin Wernick <justin@worthe-it.co.za>2019-12-15 23:50:51 +0200
commitb8b6c411125f1f12cb4bbcde997141559b3ea797 (patch)
tree8f9f9140821f96b1d1d1fc13d9f416c828a8a692 /Cargo.toml
parentf6e829afa6a19225d505273eaaeee30ea4a4860b (diff)
Debuggability and fixing the day 9 bug
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fc97025..f3ec006 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,4 +10,7 @@ derive_more = "0.99.2"
im = "14.0.0"
rpds = "0.7.0"
archery = "0.3.0"
-num = "0.2" \ No newline at end of file
+num = "0.2"
+
+[profile.release]
+debug = true