Current section
Files
Jump to
Current section
Files
testcontainer
gleam.toml
gleam.toml
name = "testcontainer"
version = "1.0.0"
description = "Testcontainers for Gleam: typed container lifecycle with crash-safe cleanup and a native Unix-socket Docker client."
licences = ["MIT"]
repository = { type = "github", user = "lupodevelop", repo = "testcontainer" }
gleam = ">= 1.14.0"
internal_modules = ["testcontainer/internal/*"]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
envie = ">= 1.0.0 and < 2.0.0"
cowl = ">= 1.0.0 and < 2.0.0"
gleam_json = ">= 3.1.0 and < 4.0.0"
gleam_erlang = ">= 1.3.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
woof = ">= 1.6.0 and < 2.0.0"