Current section

Files

Jump to
marmot gleam.toml
Raw

gleam.toml

name = "marmot"
version = "1.6.0"
description = "Type-safe SQL for SQLite in Gleam. Write .sql files, generate typed functions. Inspired by Squirrel."
licences = ["MIT"]
repository = { type = "github", user = "pairshaped", repo = "marmot" }
target = "erlang"
links = [
{ title = "Internals", href = "https://github.com/pairshaped/marmot/blob/master/src/marmot/internal/README.md" },
{ title = "llms.txt", href = "https://raw.githubusercontent.com/pairshaped/marmot/refs/heads/master/llms.txt" },
]
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
sqlight = ">= 1.0.0 and < 2.0.0"
simplifile = ">= 2.0.0 and < 3.0.0"
tom = ">= 1.0.0 and < 3.0.0"
argv = ">= 1.0.0 and < 2.0.0"
gleam_time = ">= 1.0.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
birdie = ">= 2.0.0 and < 3.0.0"
glinter = ">= 2.19.0 and < 3.0.0"
[tools.glinter.rules]
# Tech debt: re-enable as warnings are resolved.
# label_possible (203), thrown_away_error (83), deep_nesting (55),
# unused_exports (15), error_context_lost (2), stringly_typed_error (1)
label_possible = "off"
unused_exports = "off"
thrown_away_error = "off"