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