{erl_opts, [debug_info]}.
{deps, []}.

{profiles, [
    {test, [
        {erl_opts, [
            debug_info,
            export_all,
            nowarn_export_all
        ]}
    ]}
]}.

{cover_enabled, true}.

{plugins, [rebar3_hex]}.
{project_plugins, [rebar3_lint, rebar3_ex_doc]}.
{minimum_otp_vsn, "26"}.
{ex_doc, [{extras, ["README.md", "LICENSE.md"]},
          {main, "README.md"},
          {source_url, "https://github.com/Eptwalabha/term2html"}]}.
{hex, [{doc, ex_doc}]}.
