write a config module

This commit is contained in:
Travis Shears 2026-03-23 13:05:21 +01:00
parent 7149273986
commit 4fc398bb26
Signed by: travisshears
GPG key ID: CB9BF1910F3F7469
11 changed files with 115 additions and 50 deletions

View file

@ -14,6 +14,9 @@ version = "1.0.0"
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
simplifile = ">= 2.4.0 and < 3.0.0"
glaml = ">= 3.0.2 and < 4.0.0"
envoy = ">= 1.1.0 and < 2.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"