Packages

Type-safe environment variables for Gleam. Zero dependencies.

Current section

Files

Jump to
envie gleam.toml
Raw

gleam.toml

name = "envie"
version = "1.0.0"
description = "Type-safe environment variables for Gleam. Zero dependencies."
licences = ["MIT"]
repository = { type = "github", user = "lupodevelop", repo = "envie" }
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"