Packages

Lazily initialised constants for Gleam

Current section

Files

Jump to
lazy_const gleam.toml
Raw

gleam.toml

name = "lazy_const"
version = "1.0.0"
licenses = ["BSD-3-Clause"]
description = "Lazily initialised constants for Gleam"
repository = { type = "gitlab", user = "arkandos", repo = "lazy-const" }
links = [
{ title = "persistent_term", href = "https://www.erlang.org/doc/apps/erts/persistent_term.html" },
{ title = "Map", href = "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map" }
]
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
[dev-dependencies]