this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 9 lines 183 B view raw
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"