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.1.0"
licences = ["Apache-2.0"]
description = "Gleam bindings to the gun 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.18"
gun = "> 1.3.0 and < 3.0.0"
gleam_http = "~> 2.1"
gleam_erlang = "~> 0.5"
[dev-dependencies]
gleeunit = "~> 0.5"