Current section

Files

Jump to
juno src juno.app.src
Raw

src/juno.app.src

{application, juno, [
{vsn, "1.2.0"},
{applications, [gleam_json,
gleam_stdlib,
gleeunit]},
{description, "Flexible JSON decoding for Gleam"},
{modules, [juno]},
{registered, []}
]}.