{application, string_width, [
    {vsn, "2.0.2"},
    {applications, [gleam_stdlib,
                    gleeunit,
                    simplifile]},
    {description, "Estimate the dimensions of a string when printed in the terminal."},
    {modules, [string_width]},
    {registered, []}
]}.
