Current section
Files
Jump to
Current section
Files
src/themis.app.src
{application, themis, [
{vsn, "4.1.1"},
{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, []}
]}.