Packages

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

Current section

Files

Jump to
gleam_gun gleam.toml
Raw

gleam.toml

name = "gleam_gun"
version = "0.4.2"
licences = ["Apache-2.0"]
description = "Gleam bindings to gun, the HTTP/1.1, HTTP/2 and Websocket client"
repository = { type = "github", user = "gilevskaya", repo = "gleam_gun" }
links = [{ title = "Website", href = "https://gleam.run" }]
[dependencies]
gleam_stdlib = "~> 0.25"
gun = "> 1.3.0 and < 3.0.0"
gleam_http = "~> 3.1"
gleam_erlang = "~> 0.18"
certifi = "~> 2.11"
[dev-dependencies]
gleeunit = "~> 0.10"