Select the types of activity you want to include in your feed.
1[package] 2name = "playground" 3version = "0.1.0" 4edition = "2024" 5 6[dependencies] 7itertools = "0.14.0" 8rand = "0.9.2" 9shapemaker = { version = "1.2.2", path = "../.." } 10schedule-hell = { path = "../schedule-hell" }