Current section

Files

Jump to
glimr_sqlite gleam.toml
Raw

gleam.toml

name = "glimr_sqlite"
version = "0.2.2"
description = "SQLite driver for the Glimr web framework"
licences = ["MIT"]
repository = { type = "github", user = "glimr-org", repo = "sqlite" }
[dependencies]
glimr = ">= 0.6.0 and < 0.7.0"
sqlight = ">= 1.0.0 and < 2.0.0"
gleam_stdlib = ">= 0.44.0 and < 0.67.1"
gleam_erlang = ">= 1.3.0 and < 2.0.0"
gleam_otp = ">= 1.2.0 and < 2.0.0"
simplifile = ">= 2.3.2 and < 3.0.0"
gleam_json = ">= 3.1.0 and < 4.0.0"
shellout = ">= 1.7.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"