diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,3 +8,6 @@ edition = "2021" [dependencies] aoc-runner = "0.3" aoc-runner-derive = "0.3" + +[profile.dev] +opt-level=3 |
![]() |
index : aoc-2021 | |
My advent of code solutions. Might be good, might be bad. Might depend on other repos here. | Andreas Grois |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | Cargo.toml | 3 |
@@ -8,3 +8,6 @@ edition = "2021" [dependencies] aoc-runner = "0.3" aoc-runner-derive = "0.3" + +[profile.dev] +opt-level=3 |