diff options
author | Andreas Grois <andi@grois.info> | 2021-12-02 22:59:21 +0100 |
---|---|---|
committer | Andreas Grois <andi@grois.info> | 2021-12-02 23:44:32 +0100 |
commit | f8ddfd88376e57fd85a9ed59f0743f11b0b4e8e4 (patch) | |
tree | 1b7f882bf94abe0a0aa480fa0725f9f23cb3ec5b /Cargo.toml | |
parent | 48e7a6537dc2b0411db18705af5c95062a901d03 (diff) |
Day 2 and some additional Day 1 solutions
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 |