Packages

Safely handle passwords with bcrypt and Erlang

Current section

Files

Jump to
erlpass rebar.config
Raw

rebar.config

{deps, [{bcrypt, "1.2.2"}]}.
{eunit_opts, [{dir, "test"}]}.
{profiles, [
{test, [
{deps, [
{proper, ".*", {git, "https://github.com/manopapad/proper.git", {branch, "master"}}}
]}
]}
]}.