{application, htmz, [
    {vsn, "0.1.0"},
    {applications, [gleam_stdlib,
                    gleeunit]},
    {description, "A Gleam library for generating HTML"},
    {modules, [htmz,
               htmz@selector_parser]},
    {registered, []}
]}.
