{application, ag_html, [
    {vsn, "0.1.0"},
    {applications, [gleam_stdlib,
                    gleeunit]},
    {description, "A Gleam library for building HTML strings usings functions."},
    {modules, [ag_html,
               ag_html@attributes,
               ag_html@string_utils]},
    {registered, []}
]}.
