Current section

Files

Jump to
gliberapay gleam.toml
Raw

gleam.toml

name = "gliberapay"
version = "1.2.0"
description = "Work with Liberapay in Gleam!"
licences = ["Apache-2.0"]
repository = { type = "github", user = "lpil", repo = "gliberapay" }
links = [
{ title = "Website", href = "https://gleam.run" },
{ title = "Sponsor", href = "https://github.com/sponsors/lpil" },
{ title = "Liberapay", href = "https://liberapay.com" },
]
[dependencies]
gleam_stdlib = ">= 0.60.0 and < 1.0.0"
gleam_http = ">= 4.0.0 and < 5.0.0"
gsv = ">= 3.0.2 and < 4.0.0"
[dev-dependencies]
gleeunit = ">= 1.5.1 and < 2.0.0"
gleam_httpc = ">= 4.1.1 and < 5.0.0"