Current section
Files
Jump to
Current section
Files
gleam.toml
name = "gabsurd"
version = "0.1.0"
description = "A Gleam SDK for the Absurd durable workflow system, with type-safe database access via Parrot and OTP worker actors"
licences = ["Apache-2.0"]
repository = { type = "github", user = "kasuboski", repo = "gabsurd" }
links = [
{ title = "Absurd", href = "https://github.com/absurd-sql/absurd" },
{ title = "Parrot", href = "https://github.com/daniellionel01/parrot" },
]
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
parrot = ">= 2.2.1 and < 3.0.0"
pog = ">= 4.1.0 and < 5.0.0"
gleam_time = ">= 1.8.0 and < 2.0.0"
gleam_erlang = ">= 1.3.0 and < 2.0.0"
gleam_otp = ">= 1.2.0 and < 2.0.0"
envoy = ">= 1.2.0 and < 2.0.0"
gleam_json = ">= 3.1.0 and < 4.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"