[package] name = "aoc" description.workspace = true readme.workspace = true version.workspace = true edition.workspace = true license.workspace = true authors.workspace = true repository.workspace = true [dependencies] # many cool stuff for iterators itertools = "0.12.0" [workspace] members = ["utils/download", "utils/scaffold"] [workspace.package] description = "template for advent of code" readme = "README.md" version = "37.0.0" edition = "2021" license = "MIT" authors = ["Matej Janežič "] repository = "https://github.com/janezicmatej/aoc-template.git"