[package] name = "aoc2021" version = "0.1.0" authors = ["Stefan Schwarz "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0" itertools = "0.10" thiserror = "1.0" [[bin]] name = "1" path = "src/01.rs" [[bin]] name = "2" path = "src/02.rs" [[bin]] name = "3" path = "src/03.rs"