Current section

Files

Jump to
marmot gleam.toml
Raw

gleam.toml

name = "marmot"
version = "1.2.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"
[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 = ">= 1.5.5 and < 2.0.0"
glinter = ">= 2.15.0 and < 3.0.0"
[tools.glinter.rules]
label_possible = "off"
unused_exports = "off"
thrown_away_error = "off"
deep_nesting = "off"
error_context_lost = "off"