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

7 lines
67 B
TOML

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