Select the types of activity you want to include in your feed.
1name = "glint" 2version = "0.1.0" 3description = "Glint — a Gleam-inspired typed configuration language (POC)" 4 5[dependencies] 6gleam_stdlib = ">= 1.0.0 and < 2.0.0" 7simplifile = ">= 2.6.0 and < 3.0.0" 8argv = ">= 1.1.0 and < 2.0.0" 9 10[dev_dependencies] 11gleeunit = ">= 1.0.0 and < 2.0.0"