%% -*- erlang -*-
{plugins, [rebar3_hex]}.
{edoc_opts, [{doclet, edown_doclet},
             {pretty_printer, erl_pp},
             {src_path, ["src/"]},
             {subpackages, true}]}.
{hex, [{doc, edoc}]}.
