Current section
Files
Jump to
Current section
Files
src/testcontainers_gleam.app.src
{application, testcontainers_gleam, [
{vsn, "1.0.0"},
{applications, [gleam_erlang,
gleam_stdlib,
gleeunit,
testcontainers]},
{description, "Gleam TestContainers wrapper around Elixir TestContainers"},
{modules, [testcontainers_gleam]},
{registered, []}
]}.