Current section

Files

Jump to
cake gleam.toml
Raw

gleam.toml

name = "cake"
version = "2.0.2"
description = "An SQL query builder for Gleam for SQL dialects 🐘PostgreSQL, 🪶SQLite, 🦭MariaDB, and 🐬MySQL"
licences = ["MPL-2.0"]
repository = { type = "github", user = "inoas", repo = "gleam-cake" }
# links = [{ title = "Website", href = "https://gleam.run" }]
gleam = ">= 1.4.1 and < 2.0.0"
[documentation]
pages = [
{ title = "CHANGELOG", path = "changelog.html", source = "CHANGELOG.md" },
]
[dependencies]
gleam_stdlib = ">= 0.39.0 and < 2.0.0"
[dev-dependencies]
birdie = ">= 1.2.3 and < 2.0.0"
gleam_pgo = ">= 0.14.0 and < 2.0.0"
gleeunit = ">= 1.2.0 and < 2.0.0"
gmysql = ">= 1.4.0 and < 2.0.0"
pprint = ">= 1.0.4 and < 2.0.0"
sqlight = ">= 0.9.1 and < 2.0.0"