-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgleam.toml
More file actions
21 lines (17 loc) · 719 Bytes
/
gleam.toml
File metadata and controls
21 lines (17 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name = "yodel"
version = "2.0.1"
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.8.0"