Current section

Files

Jump to
chilp gleam.toml
Raw

gleam.toml

name = "chilp"
description = "Allows you to use Mastodon and Bluesky comments on your Lustre blog."
version = "2.0.1"
gleam = ">= 1.15.4"
licences = ["Apache-2.0"]
repository = { type = "tangled", user = "did:plc:jgtfsmv25thfs4zmydtbccnn", repo = "chilp" }
documentation.pages = [
{ title = "Changelog", path = "changelog.html", source = "./docs/changelog.md" },
{ title = "Styling Chilp", path = "styling.html", source = "./docs/styling.md" },
]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_json = ">= 3.1.0 and < 4.0.0"
lustre = ">= 5.5.2 and < 6.0.0"
rsvp = ">= 1.2.0 and < 2.0.0"
gleam_time = ">= 1.7.0 and < 2.0.0"
html_parser = ">= 1.0.1 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
birdie = ">= 2.0.0 and < 3.0.0"