{application, handles, [
    {vsn, "1.0.0"},
    {applications, [gleam_stdlib,
                    gleeunit]},
    {description, "Handles is a templating language written in pure Gleam. Heavily inspired by Mustache and Handlebars.js"},
    {modules, [handles,
               handles@engine,
               handles@format,
               handles@lexer,
               handles@parser]},
    {registered, []}
]}.
