mirror of
https://github.com/theoludwig/advent_of_code.git
synced 2025-02-20 14:38:48 +01:00
10 lines
169 B
TOML
10 lines
169 B
TOML
[workspace]
|
|
members = [
|
|
"day_*",
|
|
]
|
|
resolver = "2"
|
|
|
|
[workspace.dependencies]
|
|
rayon = { version = "=1.8.0" }
|
|
indicatif = { version = "=0.17.7", features = ["rayon"] }
|