gleam.toml
name = "testcontainer_compose"
version = "1.0.0"
description = "Spin up Docker Compose stacks as typed formulas in testcontainer."
licences = ["MIT"]
repository = { type = "github", user = "lupodevelop", repo = "testcontainer_compose" }
gleam = ">= 1.14.0"
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
testcontainer = ">= 1.0.2 and < 2.0.0"
gleam_erlang = ">= 1.3.0 and < 2.0.0"
gleam_json = ">= 3.1.0 and < 4.0.0"
cowl = ">= 1.0.0 and < 2.0.0"
fio = ">= 1.0.0 and < 2.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"