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