rebar.config

{erl_opts, [debug_info, warnings_as_errors]}.
{deps, [{thoas, "1.2.0"}]}.
{profiles, [
    {test, [{erl_opts, [nowarn_export_all]}]}
]}.
{shell, [{apps, [tok]}]}.

{hex, [{doc, edoc}]}.