Current section
Files
Jump to
Current section
Files
gliberapay
gleam.toml
gleam.toml
name = "gliberapay"
version = "1.0.0"
description = "Work with Liberapay in Gleam!"
licences = ["Apache-2.0"]
repository = { type = "github", user = "lpil", repo = "argv" }
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.34.0 and < 2.0.0"
gleam_http = ">= 3.6.0 and < 4.0.0"
gsv = ">= 1.4.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
gleam_httpc = ">= 2.2.0 and < 3.0.0"