Gleam-inspired typed configuration language (POC)
0

Configure Feed

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

glint / examples / demo / gleam.toml
191 B 7 lines
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 = "../.." }