Current section
Files
Jump to
Current section
Files
gleam.toml
name = "pgl"
version = "3.0.1"
description = "A Postgres driver written in Gleam"
licences = ["MIT"]
repository = { type = "github", user = "stndrs", repo = "pgl" }
target = "erlang"
internal_modules = [
"pgl/internal/*",
"pgl/internal"
]
[dependencies]
gleam_stdlib = ">= 0.60.0 and < 2.0.0"
gleam_crypto = ">= 1.5.0 and < 2.0.0"
gleam_erlang = ">= 1.0.0 and < 2.0.0"
gleam_otp = ">= 1.0.0 and < 2.0.0"
gleam_time = ">= 1.2.0 and < 2.0.0"
pg_value = ">= 3.0.0 and < 4.0.0"
db_pool = ">= 2.0.0 and < 3.0.0"
rasa = ">= 2.0.0 and < 3.0.0"
neon = ">= 1.0.0 and < 2.0.0"
[dev-dependencies]
gleeunit = "~> 1.0"
global_value = ">= 1.0.0 and < 2.0.0"
gleam_json = ">= 3.1.0 and < 4.0.0"