Commit graph

12 commits

Author SHA1 Message Date
Antoine Martin 21ebbbfcc4 cargo: adapt workspace wildcards 2021-12-06 15:08:23 +01:00
Antoine Martin d5c85d4a17 2021: setup boilerplate 2021-11-25 16:49:52 +01:00
Antoine Martin 8d11c817f3 bench: split to separate package
Unfortunately cargo doesn't allow optional dev dependencies (see
rust-lang/cargo#1596) so this is the workaround.

Previously, running `cargo test` triggered the build of all dev
dependencies, including criterion, which in turn pulls in a lot of
stuff. Running tests should be faster, hence this change.
2020-12-15 12:16:33 +01:00
Antoine Martin b44c6bacbc 2020: day01: part 1 2020-12-01 16:49:23 +01:00
Antoine Martin 8355f0dcd3 include debug information in release mode
This is used for profiling
2019-12-07 02:51:23 +01:00
Antoine Martin 7801ac8046 use default member in workspace 2019-12-02 16:02:55 +01:00
Antoine Martin 64410f0042 use aoc crate for common stuff 2019-12-01 22:22:12 +01:00
Antoine Martin c420ed9e8b 2015: day01: finish 2019-12-01 21:16:15 +01:00
Antoine Martin 22fcfdae4f 2019: day01: part 1 2019-12-01 16:03:34 +01:00
Antoine Martin b4c1f36767 move everything to single crate 2019-11-15 00:14:07 +01:00
Antoine Martin b80637585b 2018: aoc02 part1 2019-11-14 18:19:23 +01:00
Antoine Martin bcf61577e1 2018: aoc01 2019-11-14 17:57:25 +01:00