Current section

Files

Jump to
marmot gleam.toml
Raw

gleam.toml

name = "marmot"
version = "1.3.2"
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"
[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"
[documentation]
pages = [
{ title = "Internals", path = "internals", source = "./src/marmot/internal/README.md" },
{ title = "llms.txt", path = "llms.txt", source = "./llms.txt" },
]
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
birdie = ">= 2.0.0 and < 3.0.0"
glinter = ">= 2.17.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 (46),
# unused_exports (15), error_context_lost (2), stringly_typed_error (1)
label_possible = "off"
unused_exports = "off"
thrown_away_error = "off"