Current section

Files

Jump to
based_pg gleam.toml
Raw

gleam.toml

name = "based_pg"
version = "5.0.0"
description = "A postgres adapter for based"
licenses = ["Apache-2.0"]
repository = { type = "github", user = "stndrs", repo = "based_pg" }
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_time = ">= 1.6.0 and < 2.0.0"
gleam_erlang = ">= 1.3.0 and < 2.0.0"
gleam_otp = ">= 1.2.0 and < 2.0.0"
based = ">= 4.0.0 and < 5.0.0"
pg_value = ">= 3.0.0 and < 4.0.0"
pgl = ">= 3.0.0 and < 4.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
exception = ">= 2.1.0 and < 3.0.0"
global_value = ">= 1.0.0 and < 2.0.0"