mirror of
https://github.com/kristoferssolo/Advent-of-Code.git
synced 2025-10-21 18:00:35 +00:00
14 lines
190 B
TOML
14 lines
190 B
TOML
[workspace]
|
|
resolver = "2"
|
|
|
|
members = ["day-*"]
|
|
|
|
[workspace.dependencies]
|
|
color-eyre = "0.6"
|
|
itertools = "0.13"
|
|
nom = "7.1"
|
|
nom-supreme = "0.8"
|
|
rayon = "1.8"
|
|
thiserror = "2.0"
|
|
glam = "0.29"
|