Packages

TOTP (Time-based One-Time Password) for Gleam

Current section

Files

Jump to
totally src totally.app.src
Raw

src/totally.app.src

{application, totally, [
{vsn, "1.2.0"},
{applications, [gleam_crypto,
gleam_regexp,
gleam_stdlib,
gleam_time]},
{description, "TOTP (Time-based One-Time Password) for Gleam"},
{modules, [totally,
totally@@main,
totally_ffi]},
{registered, []}
]}.