adventofcode2022/Cargo.toml

7 lines
56 B
TOML
Raw Permalink Normal View History

2022-12-13 12:32:36 +01:00
[workspace]
members = [
2023-01-26 17:40:26 +01:00
"aoc22",
2022-12-13 12:32:36 +01:00
"aoc22-gdrop",
"aoc"
2022-12-13 12:32:36 +01:00
]