Current section

Files

Jump to
inlay gleam.toml
Raw

gleam.toml

name = "inlay"
version = "1.0.0"
description = "Embed links in Lustre views and Blogatto markdown"
licences = ["MIT"]
repository = { type = "github", user = "kkostov", repo = "inlay" }
links = [
{ title = "Website", href = "https://inlay.statichost.page" },
{ title = "Codeberg", href = "https://codeberg.org/iamkonstantin/inlay" },
]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
lustre = ">= 5.6.0 and < 6.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"