[package] name = "aoc-vv" version = "0.1.0" edition = "2021" default-run = "p09" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] num-traits = "0.2" num-derive = "0.2" itertools = "0.10.5" nom = "7.1.1" path-clean = "0.1.0" grid = "0.9.0" take-until = "0.1.0"