1
1
mirror of https://github.com/theoludwig/advent_of_code_2023.git synced 2024-10-29 22:17:19 +01:00
advent_of_code_2023/Cargo.toml

9 lines
93 B
TOML
Raw Normal View History

2023-12-01 17:26:01 +01:00
[workspace]
members = [
"day_1",
"day_2",
2023-12-03 23:38:44 +01:00
"day_3",
2023-12-06 13:55:53 +01:00
"day_4",
2023-12-01 17:26:01 +01:00
]
resolver = "2"