# https://doc.rust-lang.org/cargo/reference/manifest.html [package] name = "advent-of-code" description = "Advent of Code solutions in Rust." repository = "https://git.bauke.xyz/Bauke/advent-of-code" license="Unlicense" version = "0.0.0" authors = ["Bauke "] edition = "2021" publish = false [[bin]] name = "advent-of-code" path = "source/main.rs" [dependencies] color-eyre = "0.6.2" itertools = "0.10.5" pathfinding = "3.0.13"