refactor(day-01): use new template

This commit is contained in:
2024-12-01 21:06:59 +02:00
parent 9020a27a4a
commit cf14bce68e
13 changed files with 77 additions and 2008 deletions

View File

@@ -6,4 +6,18 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
color-eyre.workspace = true
itertools.workspace = true
nom.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
miette.workspace = true
[dev-dependencies]
divan.workspace = true
rstest.workspace = true
test-log.workspace = true
[[bench]]
name = "day-01-bench"
path = "benches/benchmarks.rs"
harness = false