[package] name = "aoc" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] regex = "1.10.2" nom = "7" itertools = "0.12.0" linked-hash-map = "0.5.6" array2d = "0.3.2"