Current section
Files
Jump to
Current section
Files
src/testcontainers_gleam.app.src
{application, testcontainers_gleam, [
{vsn, "2.0.0"},
{applications, [envoy,
gleam_erlang,
gleam_stdlib,
testcontainers]},
{description, "Gleam TestContainers wrapper around Elixir TestContainers"},
{modules, [integration_ffi,
internal@testcontainers_ffi,
testcontainers_gleam,
testcontainers_gleam@@main,
testcontainers_gleam@cassandra,
testcontainers_gleam@ceph,
testcontainers_gleam@container,
testcontainers_gleam@emqx,
testcontainers_gleam@integration,
testcontainers_gleam@kafka,
testcontainers_gleam@minio,
testcontainers_gleam@mysql,
testcontainers_gleam@postgres,
testcontainers_gleam@rabbitmq,
testcontainers_gleam@redis,
testcontainers_gleam@wait_strategy,
testcontainers_gleam_ffi]},
{registered, []}
]}.