{application, treelist, [
    {vsn, "1.0.2"},
    {applications, [gleam_stdlib,
                    gleam_yielder]},
    {description, "Fast list implementation using AVL tree"},
    {modules, [treelist]},
    {registered, []}
]}.
