mirror of
https://github.com/kristoferssolo/Advent-of-Code.git
synced 2025-10-21 18:00:35 +00:00
14 lines
205 B
TOML
14 lines
205 B
TOML
[workspace]
|
|
resolver = "2"
|
|
|
|
members = ["day-*"]
|
|
|
|
[workspace.dependencies]
|
|
color-eyre = "0.6.2"
|
|
itertools = "0.12.0"
|
|
nom = "7.1.3"
|
|
nom-supreme = "0.8.0"
|
|
rayon = "1.8.0"
|
|
thiserror = "1.0.50"
|
|
glam = "0.24.2"
|