Current section
Files
Jump to
Current section
Files
src/barnacle.app.src
{application, barnacle, [
{vsn, "1.1.0"},
{applications, [gleam_erlang,
gleam_otp,
gleam_stdlib,
gleeunit]},
{description, "Self-healing clusters for Gleam applications on the BEAM!"},
{modules, [barnacle,
barnacle@internal@dns,
barnacle@internal@local_epmd]},
{registered, []}
]}.