adventofcode2022/Cargo.toml

7 lines
61 B
TOML
Raw Normal View History

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