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