blob: d58b8c7fbae479713b1801725d06157600bbca9b [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, crypto]},
{mod, {bcrypt, []}}
]
}.