Current section
Files
Jump to
Current section
Files
lustre_websocket
gleam.toml
gleam.toml
name = "lustre_websocket"
version = "1.0.0"
target = "javascript"
gleam = ">= 1.11.0"
licences = ["MIT"]
description = "Web Socket requests from lustre"
repository = { type = "codeberg", user = "kero", repo = "lustre_websocket" }
links = [
{ title = "Hex", href = "https://hex.pm/packages/lustre_websocket" },
]
[documentation]
pages = [
{ title = "Changelog", path = "changelog.html", source = "./CHANGELOG.md" }
]
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
lustre = "~> 4.0 or ~> 5.0"
[dev-dependencies]
gleeunit = "~> 1.0"