Current section

Files

Jump to
lustre_http gleam.toml
Raw

gleam.toml

name = "lustre_http"
version = "0.9.0"
target = "javascript"
licences = ["MIT"]
description = "HTTP requests from lustre"
repository = { type = "codeberg", user = "kero", repo = "lustre_http" }
links = [{ title = "Package", href = "https://hex.pm/packages/lustre_http" }]
dev-dependencies = { gleeunit = "~> 1.0"}
[dependencies]
gleam_stdlib = ">= 0.59.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 = ">= 0.13.0 and < 1.0.0"
gleam_json = ">= 2.3.0 and < 3.0.0"