Current section

Files

Jump to
dot_env gleam.toml
Raw

gleam.toml

name = "dot_env"
version = "0.1.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 = [
"dotenv/internal/*"
]
[dependencies]
gleam_stdlib = "~> 0.31"
simplifile = "~> 0.1"
gleam_erlang = "~> 0.22"
[dev-dependencies]
gleeunit = "~> 0.10"