Evie Litherland-Smith
12f4fbedb8
Move current solutions (2023) over and organise using cargo workspaces to be a bit cleaner to work with
4 lines
72 B
TOML
4 lines
72 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [ "day1", "day2", "day3", "day4" ]
|