Current section
Files
Jump to
Current section
Files
gleam.toml
name = "glsql"
version = "1.0.0"
description = "Generate typed Gleam modules from a SQL schema file"
licences = ["MIT"]
repository = { type = "github", user = "andbitty", repo = "glsql" }
# For a full reference of all the available options, you can have a look at
# https://gleam.run/writing-gleam/gleam-toml/.
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
simplifile = ">= 2.0.0"
tom = ">= 1.0.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.11.0 and < 2.0.0"
pog = ">= 4.1.0 and < 5.0.0"