Packages

Gleam bindings to gun, the HTTP/1.1, HTTP/2 and Websocket client

Current section

Files

Jump to
nerf gleam.toml
Raw

gleam.toml

name = "nerf"
version = "0.3.0"
licences = ["Apache-2.0"]
description = "Gleam bindings to gun, the HTTP/1.1, HTTP/2 and Websocket client"
repository = { type = "github", user = "lpil", repo = "nerf" }
links = [{ title = "Website", href = "https://gleam.run" }]
[dependencies]
gleam_stdlib = "~> 0.2"
gun = "> 1.3.0 and < 3.0.0"
gleam_http = "~> 3.0"
gleam_erlang = "~> 0.9"
certifi = "~> 2.8"
[dev-dependencies]
gleeunit = "~> 0.6"