Current section
Files
Jump to
Current section
Files
gleam.toml
name = "yodel"
version = "2.0.0"
description = "A type-safe configuration loader for Gleam that supports JSON, YAML, and TOML with automatic format detection, environment variable resolution, and profile-based configuration."
licences = ["Apache-2.0"]
repository = { type = "github", user = "SnakeDoc", repo = "yodel" }
[documentation]
pages = [{ title = "Changelog", path = "changelog.html", source = "./CHANGELOG.md" }]
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
glaml = ">= 3.0.0 and < 4.0.0"
envoy = ">= 1.0.2 and < 2.0.0"
simplifile = ">= 2.2.0 and < 3.0.0"
tom = ">= 0.3.0 and < 3.0.0"
gleam_regexp = ">= 1.0.0 and < 2.0.0"
gleam_time = ">= 1.4.0 and < 2.0.0"
[dev-dependencies]
startest = "== 0.7.0"