{application, defangle, [
    {vsn, "1.0.1"},
    {applications, [gleam_stdlib,
                    gleeunit]},
    {description, "Defangle is a Gleam library for defanging URLs, Emails, and IP addresses making them safe to share."},
    {modules, [defangle]},
    {registered, []}
]}.
