blob: d200eb1c3abc87f5d60e2162cc4cb4b2a1a4ea8e [file] [log] [blame]
%%% This is the application resource file (.app file) for the bcrypt
%%% application.
{application, bcrypt,
[{description, "An Erlang wrapper for the OpenBSD password scheme, bcrypt."},
{vsn, "0.2.0"},
{modules, [bcrypt]},
{registered, [bcrypt]},
{env, []},
{applications, [kernel, stdlib, sasl, crypto]},
{mod, {bcrypt, []}}
]
}.