Select the types of activity you want to include in your feed.
1[package] 2name = "aoc2024" 3version = "0.1.0" 4edition = "2024" 5 6[dependencies] 7gcd = "2.3.0" 8itertools = "0.14.0" 9regex = "1.12.2"