trelixir.fi/gleam.toml
2024-03-22 21:11:09 +02:00

16 lines
437 B
TOML

name = "trelixir"
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" }