Current section

Files

Jump to
tote src tote.app.src
Raw

src/tote.app.src

{application, tote, [
{vsn, "1.1.0"},
{applications, [gleam_stdlib]},
{description, "Bags (or multisets) in Gleam"},
{modules, [tote@@main,
tote@bag]},
{registered, []}
]}.