Current section
Files
Jump to
Current section
Files
src/melon.app.src
{application, melon, [
{vsn, "0.1.0"},
{applications, [gleam_stdlib,
gleamyshell,
gleeunit,
qcheck_gleeunit_utils]},
{description, "A Gleam library for running containers tailored to testing purposes."},
{modules, [melon@container]},
{registered, []}
]}.