Packages

Gleam TestContainers wrapper around Elixir TestContainers

Current section

Files

Jump to
testcontainers_gleam src testcontainers_gleam.app.src
Raw

src/testcontainers_gleam.app.src

{application, testcontainers_gleam, [
{vsn, "1.0.1"},
{applications, [gleam_erlang,
gleam_stdlib,
testcontainers]},
{description, "Gleam TestContainers wrapper around Elixir TestContainers"},
{modules, [testcontainers_gleam,
testcontainers_gleam@@main]},
{registered, []}
]}.