src/kludge.app.src
{application, kludge, [
{vsn, "1.0.1"},
{applications, [argv,
child_process,
directories,
filepath,
gleam_crypto,
gleam_erlang,
gleam_http,
gleam_httpc,
gleam_stdlib,
platform,
simplifile,
snag,
star,
temporary,
tom]},
{description, "Patch packages in a pinch"},
{modules, [kludge,
kludge@@main,
kludge@internal@manifest,
kludge@internal@patch]},
{registered, []}
]}.