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