aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2021-12-02 22:59:21 +0100
committerAndreas Grois <andi@grois.info>2021-12-02 23:44:32 +0100
commitf8ddfd88376e57fd85a9ed59f0743f11b0b4e8e4 (patch)
tree1b7f882bf94abe0a0aa480fa0725f9f23cb3ec5b /Cargo.toml
parent48e7a6537dc2b0411db18705af5c95062a901d03 (diff)
Day 2 and some additional Day 1 solutions
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 116750d..2938a76 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,3 +8,6 @@ edition = "2021"
[dependencies]
aoc-runner = "0.3"
aoc-runner-derive = "0.3"
+
+[profile.dev]
+opt-level=3