Current section

Files

Jump to
dot_env gleam.toml
Raw

gleam.toml

name = "dot_env"
version = "1.2.0"
description = "Load and use environment variables from files"
licences = ["Apache-2.0"]
repository = { type = "github", user = "aosasona", repo = "dotenv" }
internal_modules = ["dot_env/internal/*"]
gleam = ">= 1.0.0"
[dependencies]
gleam_stdlib = ">= 0.40.0 and < 1.0.0"
simplifile = ">= 2.1.0 and < 3.0.0"
[dev-dependencies]
gleeunit = ">= 1.1.2 and < 2.0.0"