Current section
Files
Jump to
Current section
Files
lustre_http
gleam.toml
gleam.toml
name = "lustre_http"
version = "0.5.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"
gleam_json = "~> 0.5"
lustre = "~> 3.0"
gleam_fetch = "~> 0.3"
gleam_http = "~> 3.5"
gleam_javascript = "~> 0.7"