A Gleam codegen library in Gleam
1name = "stare"
2version = "1.0.0"
3
4description = "A Gleam codegen library in Gleam"
5licences = ["Apache-2.0"]
6repository = { type = "custom", url = "https://tangled.sh/@lesbian.skin/stare" }
7
8[dependencies]
9gleam_stdlib = ">= 0.44.0 and < 2.0.0"
10shellout = ">= 1.7.0 and < 2.0.0"
11simplifile = ">= 2.3.0 and < 3.0.0"
12
13[dev-dependencies]
14gleeunit = ">= 1.0.0 and < 2.0.0"
15birdie = ">= 1.4.0 and < 2.0.0"