advent-of-code-2023/Cargo.toml
Evie Litherland-Smith 12f4fbedb8 Initial commit
Move current solutions (2023) over and organise using cargo workspaces
to be a bit cleaner to work with
2023-12-29 08:11:41 +00:00

4 lines
72 B
TOML

[workspace]
resolver = "2"
members = [ "day1", "day2", "day3", "day4" ]