Packages

Generate Gleam modules based on static assets and environment variables.

Current section

Files

Jump to
embeds gleam.toml
Raw

gleam.toml

name = "embeds"
version = "1.0.0"
description = "Generate Gleam modules based on static assets and environment variables."
repository = { type = "gitlab", user = "arkandos", repo = "gleam-embeds" }
licences = ["BSD-3-Clause"]
[documentation]
pages = [
{ title = "Example - Typed Env", path = "examples/typed-env.html", source = "./examples/typed_env/README.md" },
{ title = "Example - Data URLs", path = "examples/data-urls.html", source = "./examples/data_urls/README.md" },
{ title = "Example - Lustre Icons", path = "examples/lustre-icons.html", source = "./examples/lustre_icons/README.md" }
]
internal_modules = [
"embeds/internal",
"embeds/internal/*",
]
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
simplifile = ">= 2.0.1 and < 3.0.0"
glint = ">= 1.0.0 and < 2.0.0"
argv = ">= 1.0.2 and < 2.0.0"
filepath = ">= 1.0.0 and < 2.0.0"
envoy = ">= 1.0.1 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"