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