Current section
Files
Jump to
Current section
Files
gleam.toml
name = "chilp"
description = "Allows you to use Mastodon comments on your Lustre blog."
version = "1.0.0"
licences = ["Apache-2.0"]
repository = { type = "forgejo", host = "forge.strawmelonjuice.com", user = "strawmelonjuice", repo = "chilp" }
# links = [{ title = "Website", href = "" }]
[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"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"