Current section
Files
Jump to
Current section
Files
gleam.toml
name = "melon"
version = "0.4.0"
description = "A Gleam library for running test containers via Docker."
licences = ["MIT"]
repository = { type = "github", user = "patrik-kuehl", repo = "melon" }
gleam = ">= 1.0.0 and < 2.0.0"
[documentation]
pages = [
{ title = "CHANGELOG", path = "changelog.html", source = "CHANGELOG.md" },
{ title = "LICENSE", path = "license.html", source = "LICENSE.md" },
]
[javascript.deno]
allow_read = true
allow_env = true
allow_run = true
[dependencies]
gleam_stdlib = ">= 0.37.0 and < 2.0.0"
gleamyshell = ">= 2.0.0 and < 3.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
qcheck_gleeunit_utils = ">= 0.1.0 and < 1.0.0"