Select the types of activity you want to include in your feed.
1[package] 2name = "basic-example" 3version = "0.1.0" 4edition = "2021" 5 6[dependencies] 7gigabrain = { path = "../.." } 8tokio = { version = "1.40", features = ["full"] } 9serde_json = "1.0"