Current section

Files

Jump to
lustre_http gleam.toml
Raw

gleam.toml

name = "lustre_http"
version = "0.6.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.25 or ~> 1.0"
lustre = "~> 3.0 or ~> 4.0"
gleam_fetch = "~> 0.3"
gleam_http = "~> 3.5"
gleam_javascript = "~> 0.7"
gleam_json = ">= 2.0.0 and < 3.0.0"