Current section

Files

Jump to
lustre_http gleam.toml
Raw

gleam.toml

name = "lustre_http"
version = "0.8.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.35.1 and < 1.0.0"
lustre = "~> 3.0 or ~> 4.0"
gleam_fetch = ">= 1.3.0 and < 2.0.0"
gleam_http = ">= 3.7.2 and < 4.0.0"
gleam_javascript = "~> 0.7"
gleam_json = ">= 2.3.0 and < 3.0.0"