Current section

Files

Jump to
sqlight gleam.toml
Raw

gleam.toml

name = "sqlight"
version = "1.2.0"
licences = ["Apache-2.0"]
description = "Use SQLite from Gleam!"
gleam = ">= 1.15.0"
repository = { type = "github", user = "lpil", repo = "sqlight" }
links = [
{ title = "Website", href = "https://gleam.run" },
{ title = "Sponsor", href = "https://github.com/sponsors/lpil" },
]
[javascript]
runtime = "deno"
[javascript.deno]
allow_read = ["gleam.toml", "test", "build", "tmp"]
allow_write = ["tmp"]
[dependencies]
gleam_stdlib = ">= 0.51.0 and < 2.0.0"
esqlite = "~> 0.8"
[dev-dependencies]
gleeunit = "~> 1.0"