Current section
Files
Jump to
Current section
Files
illustrious
gleam.toml
gleam.toml
# For a full reference of all the available options, you can have a look at
# https://gleam.run/writing-gleam/gleam-toml/.
name = "illustrious"
description = "A meta-framework for lustre, enabling a full-stack experience"
version = "0.2.0"
licences = ["MIT"]
repository = { type = "gitlab", user = "kgroat", repo = "illustrious" }
links = [
{ title = "Example", href = "https://gitlab.com/kgroat/illustrious/-/tree/main/examples/basic" },
]
internal_modules = [
"illustrious/internal",
"illustrious/internal/*",
]
[dependencies]
gleam_stdlib = "~> 0.34 or ~> 1.0"
lustre = ">= 4.3.1 and < 5.0.0"
gleam_json = ">= 1.0.1 and < 2.0.0"
gleam_http = ">= 3.6.0 and < 4.0.0"
lustre_http = ">= 0.5.2 and < 1.0.0"
[dev-dependencies]
gleeunit = "~> 1.0"