1
1
mirror of https://github.com/theoludwig/advent_of_code_2023.git synced 2024-07-17 07:20:11 +02:00
advent_of_code_2023/Cargo.toml

8 lines
80 B
TOML

[workspace]
members = [
"day_1",
"day_2",
"day_3",
]
resolver = "2"