Current section
Files
Jump to
Current section
Files
gleam.toml
name = "glamour"
version = "0.1.0"
description = "Zero-flash SSR + claim for Lustre/Gleam on the BEAM."
repository = { type = "github", user = "thirdreplicator", repo = "glamour" }
licences = ["MIT"]
links = [
{ title = "Source", href = "https://github.com/thirdreplicator/glamour" },
]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
lustre = ">= 5.3.5 and < 6.0.0"
gleam_json = ">= 3.0.2 and < 4.0.0"
gleam_crypto = ">= 1.5.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"