day 16, but with a lot of pain

This commit is contained in:
2022-12-17 14:59:38 +01:00
parent 075817691c
commit 628e556063
7 changed files with 449 additions and 0 deletions

View File

@@ -6,6 +6,9 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bitvec = "1.0.1"
itertools = "0.10.5"
nom = "7.1.1"
num = "0.4.0"
petgraph = "0.6.2"
rayon = "1.6.1"