Current section
Files
Jump to
Current section
Files
lustre_ssg
gleam.toml
gleam.toml
name = "lustre_ssg"
version = "0.2.0"
description = "A simple static site generator for Lustre projects."
licences = ["MIT"]
repository = { type = "github", user = "lustre-labs", repo = "lustre_ssg" }
links = [
{ title = "Website", href = "https://lustre.build" },
{ title = "Sponsor", href = "https://github.com/sponsors/hayleigh-dot-dev" },
]
[dependencies]
gleam_stdlib = "~> 0.30"
lustre = "~> 3.0"
simplifile = "~> 0.1"
[dev-dependencies]
gleeunit = "~> 0.10"