Packages

A library for creating and manipulating Merkle Trees.

Current section

Files

Jump to
merkletree rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{profiles,
[{test, [
{plugins, [rebar3_proper]},
{deps, [{proper, "1.1.1-beta"}]}
]}
]}.