Current section
Files
Jump to
Current section
Files
gleam.toml
name = "dot_env"
version = "0.2.0"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
description = "Load environment variables from a .env file"
licences = ["Apache-2.0"]
repository = { type = "github", user = "aosasona", repo = "dotenv" }
# links = [{ title = "Website", href = "https://gleam.run" }]
internal_modules = [
"dot_env/internal/*"
]
gleam = ">= 0.32.0"
[dependencies]
gleam_stdlib = "~> 0.32"
simplifile = "~> 0.1"
gleam_erlang = "~> 0.22"
[dev-dependencies]
gleeunit = "~> 0.10"