Current section
Files
Jump to
Current section
Files
src/themis.app.src
{application, themis, [
{vsn, "2.0.0"},
{applications, [gleam_erlang,
gleam_regexp,
gleam_stdlib,
gleeunit,
simplifile]},
{description, "Prometheus client in pure Gleam!"},
{modules, [themis,
themis@counter,
themis@gauge,
themis@histogram,
themis@internal@erlang@ets,
themis@internal@label,
themis@internal@metric,
themis@internal@store,
themis@number]},
{registered, []}
]}.