Current section

Files

Jump to
cake gleam.toml
Raw

gleam.toml

name = "cake"
version = "0.15.0"
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.0.0 and < 2.0.0"
[documentation]
pages = [
{ title = "CHANGELOG", path = "changelog.html", source = "CHANGELOG.md" },
]
[dependencies]
gleam_stdlib = ">= 0.38.0 and < 2.0.0"
[dev-dependencies]
birdie = ">= 1.1.7 and < 2.0.0"
glacier = ">= 1.1.0 and < 2.0.0"
gleam_pgo = ">= 0.12.0 and < 2.0.0"
# gleeunit = ">= 1.2.0 and < 2.0.0"
gmysql = ">= 1.3.0 and < 2.0.0"
pprint = ">= 1.0.3 and < 2.0.0"
sqlight = ">= 0.9.0 and < 2.0.0"