Current section
Files
Jump to
Current section
Files
src/themis.app.src
{application, themis, [
{vsn, "1.0.0"},
{applications, [gleam_regexp,
gleam_stdlib]},
{description, "Prometheus client in pure Gleam!"},
{modules, [internal@label,
internal@metric,
internal@metric@gauge,
internal@prometheus,
themis]},
{registered, []}
]}.