Current section

Files

Jump to
tote src tote.app.src
Raw

src/tote.app.src

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