AdventOfCode/Cargo.toml

27 lines
326 B
TOML
Raw Normal View History

2024-11-01 16:52:33 +01:00
[package]
name = "genaoc"
version = "0.1.0"
edition = "2021"
[workspace]
resolver = "2"
members = [
"y2015",
"y2016",
"y2017",
"y2018",
"y2019",
"y2020",
"y2021",
"y2022",
"y2023",
"y2024",
]
2024-11-18 11:52:30 +01:00
[workspace.dependencies]
utils = { path = "../utils" }
itertools = "0.13.0"
regex = "1.11.1"
2024-12-06 10:04:09 +01:00
md5 = "0.7.0"
rayon = "1.10"