Gleam-inspired typed configuration language (POC)
0

Configure Feed

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

glint / gleam.toml
321 B 12 lines
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" 9gleam_json = ">= 3.1.0 and < 4.0.0" 10 11[dev_dependencies] 12gleeunit = ">= 1.0.0 and < 2.0.0"