summaryrefslogtreecommitdiff
path: root/aoc22/Cargo.toml
blob: 70b383e4d90fbe060418f732901904074b7a0b6b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[workspace]

members = [
    "lib",
    "day1",
    "day2",
    "day7",
    "day8",
    "day9",
    "day10",
]