src/testcontainer_compose.app.src
{application, testcontainer_compose, [
{vsn, "1.0.0"},
{applications, [cowl,
fio,
gleam_erlang,
gleam_json,
gleam_stdlib,
testcontainer]},
{description, "Spin up Docker Compose stacks as typed formulas in testcontainer."},
{modules, [test_helpers_ffi,
testcontainer_compose,
testcontainer_compose@@main,
testcontainer_compose@error,
testcontainer_compose_ffi]},
{registered, []}
]}.