AdventOfCode/Cargo.toml

23 lines
297 B
TOML

[package]
name = "genaoc"
version = "0.1.0"
edition = "2021"
[workspace]
resolver = "2"
members = [
"y2015",
"y2016",
"y2017",
"y2018",
"y2019",
"y2020",
"y2021",
"y2022",
"y2023",
"y2024",
]
[workspace.dependencies]
utils = { git = "https://git.plobos.xyz/projects/PuzzleUtils.git" }