{application, themis, [
    {vsn, "1.3.0"},
    {applications, [gleam_regexp,
                    gleam_stdlib,
                    gleeunit,
                    simplifile]},
    {description, "Prometheus client in pure Gleam!"},
    {modules, [internal@label,
               internal@metric,
               internal@metric@counter,
               internal@metric@gauge,
               internal@metric@histogram,
               themis,
               themis@counter,
               themis@gauge,
               themis@histogram,
               themis@number]},
    {registered, []}
]}.
