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

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