{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, []}
]}.
