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.0.2"},
{applications, [birl,
gleam_crypto,
gleam_stdlib,
gleeunit]},
{description, "TOTP (Time-based One-Time Password) for Gleam"},
{modules, [totally]},
{registered, []}
]}.