Select the types of activity you want to include in your feed.
1[package] 2name = "dna-analysis-machine" 3version = "0.1.0" 4edition = "2024" 5 6[dependencies] 7itertools = "0.12.1" 8rand = "0.9.2" 9shapemaker = { path = "../../" } 10 11[dev-dependencies] 12insta = "1.46.3"