Current section
Files
Jump to
Current section
Files
gleam.toml
name = "dot_env"
version = "1.1.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]
simplifile = ">= 2.0.0 and < 3.0.0"
gleam_stdlib = ">= 0.38.0 and < 1.0.0"
[dev-dependencies]
gleeunit = ">= 1.1.2 and < 2.0.0"