mirror of
https://github.com/kristoferssolo/Advent-of-Code.git
synced 2025-10-21 18:00:35 +00:00
9 lines
116 B
TOML
9 lines
116 B
TOML
[workspace]
|
|
resolver = "2"
|
|
|
|
members = ["day-*"]
|
|
|
|
[workspace.dependencies]
|
|
color-eyre = "0.6.2"
|
|
itertools = "0.12.0"
|