Current section
Files
Jump to
Current section
Files
lustre_ssg
gleam.toml
gleam.toml
name = "lustre_ssg"
version = "0.6.1"
description = "A simple static site generator for Lustre projects."
licences = ["MIT"]
repository = { type = "github", user = "lustre-labs", repo = "ssg" }
links = [
{ title = "Website", href = "https://lustre.build" },
{ title = "Sponsor", href = "https://github.com/sponsors/hayleigh-dot-dev" },
]
gleam = ">= 0.33.0"
[dependencies]
gleam_stdlib = "~> 0.34"
lustre = "~> 4.0"
simplifile = "~> 1.5"
jot = "0.4.0"
tom = "~> 0.3"
[dev-dependencies]
gleeunit = "~> 1.0"