Current section
Files
Jump to
Current section
Files
src/beecrypt.app.src
{application, beecrypt, [
{vsn, "0.4.0"},
{applications, [bcrypt,
gleam_crypto,
gleam_erlang,
gleam_stdlib]},
{description, "Buzzing Gleam bindings to the Erlang bcrypt hashing library"},
{modules, [beecrypt,
beecrypt@@main]},
{registered, []}
]}.