Day 12 part 2.

This commit is contained in:
2024-01-12 17:00:54 +01:00
parent 41dc08ca98
commit 0fed13a332
3 changed files with 36 additions and 1 deletions

7
Cargo.lock generated
View File

@@ -8,6 +8,7 @@ version = "0.1.0"
dependencies = [
"aoc-runner",
"aoc-runner-derive",
"json",
"regex",
]
@@ -55,6 +56,12 @@ version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b"
[[package]]
name = "json"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd"
[[package]]
name = "memchr"
version = "2.7.1"