{project_plugins, [
    rebar3_hex,
    rebar3_ex_doc,
    erlfmt
]}.

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

{ex_doc, [
    {extras, ["README.md", "LICENSE"]},
    {main, "README.md"},
    {source_url, "https://github.com/filmor/exerl"}
]}.

{deps, [verl]}.

{profiles, [
    {test, [
        {plugins, [exerl]},
        {deps, [
            {rebar,
                {git_subdir, "https://github.com/erlang/rebar3", {tag, "3.23.0"}, "apps/rebar"}},
            {elixir_full, {ex, "1.16"}},
            {eqwalizer_support,
                {git_subdir, "https://github.com/whatsapp/eqwalizer.git", {branch, "main"},
                    "eqwalizer_support"}}
        ]}
    ]}
]}.
