Current section

Files

Jump to
lustre_http gleam.toml
Raw

gleam.toml

name = "lustre_http"
version = "1.0.0"
target = "javascript"
licences = ["MIT"]
description = "HTTP requests from lustre"
links = [
{ title = "Package", href = "https://hex.pm/packages/lustre_http" },
]
repository = { type = "codeberg", user = "kero", repo = "lustre_http" }
[documentation]
pages = [
{ title = "Changelog", path = "changelog.html", source = "./CHANGELOG.md" }
]
[dependencies]
gleam_stdlib = ">= 0.60.0 and < 1.0.0"
lustre = "~> 4.0 or ~> 5.0"
gleam_fetch = ">= 1.3.0 and < 2.0.0"
gleam_http = ">= 4.0.0 and < 5.0.0"
gleam_javascript = ">= 1.0.0 and < 2.0.0"
gleam_json = ">= 3.0.0 and < 4.0.0"
[dev-dependencies]
gleeunit = "~> 1.0"