Select the types of activity you want to include in your feed.
1name = "demo" 2version = "1.0.0" 3description = "Example Gleam app that loads configuration from a .glint file" 4 5[dependencies] 6gleam_stdlib = ">= 1.0.0 and < 2.0.0" 7glint = { path = "../.." }