day02 solved

This commit is contained in:
2025-12-03 00:05:12 -05:00
parent e490bc99f5
commit 9cce1d7fdb
8 changed files with 198 additions and 4 deletions

14
Cargo.lock generated
View File

@@ -23,6 +23,7 @@ version = "0.1.0"
dependencies = [
"color-eyre",
"criterion",
"itertools 0.14.0",
"test-log",
"tracing",
"tracing-error",
@@ -180,7 +181,7 @@ dependencies = [
"clap",
"criterion-plot",
"is-terminal",
"itertools",
"itertools 0.10.5",
"num-traits",
"once_cell",
"oorandom",
@@ -201,7 +202,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
dependencies = [
"cast",
"itertools",
"itertools 0.10.5",
]
[[package]]
@@ -300,6 +301,15 @@ dependencies = [
"either",
]
[[package]]
name = "itertools"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
dependencies = [
"either",
]
[[package]]
name = "itoa"
version = "1.0.15"