Current section
Files
Jump to
Current section
Files
gleam.toml
name = "webpush"
version = "2.0.0"
gleam = ">= 1.11.0"
target = "erlang"
description = "Web Push notifications for Gleam: RFC 8291 encryption with VAPID authentication"
licences = ["MIT"]
repository = { type = "github", user = "imlargo", repo = "gleam-webpush" }
links = [{ title = "Website", href = "https://github.com/imlargo/gleam-webpush" }]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_http = ">= 4.1.1 and < 5.0.0"
gleam_httpc = ">= 5.0.0 and < 6.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
gleam_json = ">= 3.0.0 and < 4.0.0"
[erlang]
extra_applications = ["crypto", "public_key"]