{application, themis, [
    {vsn, "3.1.0"},
    {applications, [gleam_erlang,
                    gleam_regexp,
                    gleam_stdlib]},
    {description, "Prometheus client in pure Gleam!"},
    {modules, [themis,
               themis@@main,
               themis@counter,
               themis@gauge,
               themis@histogram,
               themis@internal@erlang@ets,
               themis@internal@label,
               themis@internal@metric,
               themis@internal@store,
               themis@number,
               themis_external]},
    {registered, []}
]}.
