Current section
Files
Jump to
Current section
Files
gleam.toml
name = "wimp"
version = "1.2.0"
description = "A Gleam client for the Pushover push notification API"
licences = ["Apache-2.0"]
repository = { type = "github", user = "lpil", repo = "wimp-pushover" }
links = [
{ title = "Website", href = "https://pushover.net/" },
{ title = "Sponsor", href = "https://github.com/sponsors/lpil" },
]
gleam = ">= 0.32.0"
[dependencies]
gleam_stdlib = ">= 0.31.0 and < 2.0.0"
gleam_json = ">= 0.6.0 and < 3.0.0"
gleam_http = ">= 3.5.0 and < 5.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
gleam_httpc = ">= 2.1.0 and < 5.0.0"