1
1
mirror of https://github.com/theoludwig/advent_of_code_2023.git synced 2024-07-17 07:20:11 +02:00
advent_of_code_2023/Cargo.toml
2023-12-09 20:22:46 +01:00

10 lines
169 B
TOML

[workspace]
members = [
"day_*",
]
resolver = "2"
[workspace.dependencies]
rayon = { version = "=1.8.0" }
indicatif = { version = "=0.17.7", features = ["rayon"] }