feat: implement benchmarks (#30)

This commit is contained in:
Felix Spöttel
2023-10-21 21:08:46 +02:00
committed by GitHub
parent d10ec0573e
commit 70dac9329f
21 changed files with 993 additions and 567 deletions

View File

@@ -7,5 +7,11 @@ default-run = "advent_of_code"
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
doctest = false
[features]
test_lib = []
[dependencies]
pico-args = "0.5.0"