Current section
Files
Jump to
Current section
Files
gleam_hackney
gleam.toml
gleam.toml
name = "gleam_hackney"
version = "0.2.0"
description = "Gleam bindings to the Hackney HTTP client"
licences = ["Apache-2.0"]
repository = { type = "github", user = "gleam-lang", repo = "hackney" }
links = [
{ title = "Website", href = "https://gleam.run" },
{ title = "Sponsor", href = "https://github.com/sponsors/lpil" },
]
[dependencies]
gleam_stdlib = "~> 0.18"
gleam_http = "~> 3.0"
hackney = "~> 1.18"
[dev-dependencies]
gleeunit = "~> 0.5"