Current section
Files
Jump to
Current section
Files
gleam.toml
name = "off_topic"
version = "1.0.0-rc2"
target = "javascript"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
description = "Declarative subscriptions for Lustre"
licences = ["BSD-2-Clause"]
repository = { type = "gitlab", user = "arkandos", repo = "off_topic" }
links = [{ title = "Lustre", href = "https://lustre.build" }]
#
# For a full reference of all the available options, you can have a look at
# https://gleam.run/writing-gleam/gleam-toml/.
[documentation]
pages = [
{ title = "Quickstart", path = "guide/quickstart.html", source = "./guides/quickstart.md" },
{ title = "Subscriptions from scratch", path = "guide/subscriptions-from-scratch.html", source = "./guides/subscriptions-from-scratch.md" },
{ title = "Server components", path = "guide/server-components.html", source = "./guides/server-components.md" }
]
[dependencies]
gleam_stdlib = ">= 0.70.0 and < 2.0.0"
lustre = ">= 5.6.0 and < 6.0.0"
gleam_time = ">= 1.8.0 and < 2.0.0"
gleam_json = ">= 3.1.0 and < 4.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
esgleam = ">= 1.0.0 and < 2.0.0"
gleam_regexp = ">= 1.1.1 and < 2.0.0"
simplifile = ">= 2.4.0 and < 3.0.0"
child_process = ">= 2.1.1 and < 3.0.0"