advent-of-code/Cargo.toml

6 lines
56 B
TOML
Raw Normal View History

2019-11-14 17:57:25 +01:00
[workspace]
members = [
2019-11-15 00:14:07 +01:00
"aoc2018",
2019-12-01 16:03:34 +01:00
"aoc2019",
2019-11-14 17:57:25 +01:00
]