{application, html_components, [
    {vsn, "0.2.0"},
    {applications, [gleam_stdlib,
                    gleeunit]},
    {description, "Generate HTML components from simple functions"},
    {modules, [elements,
               html,
               render]},
    {registered, []}
]}.
