trelixir.fi/gleam.toml

17 lines
437 B
TOML
Raw Permalink Normal View History

name = "trelixir"
2024-03-22 19:11:09 +00:00
version = "2.0.0"
description = "trelixir.fi site generator"
target = "javascript"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
# licences = ["MIT"]
# repository = { type = "gitlab", user = "Nicd", repo = "glemplate" }
# links = []
[dependencies]
gleam_stdlib = "~> 0.36"
lustre = { path = "../lustre" }
lustre_ssg = { path = "../ssg" }