{pre_hooks, [{"(linux|darwin)", compile, "make compile_nif"}]}.
{post_hooks, [{"(linux|darwin)", clean, "make clean_nif"}]}.
{artifacts, ["priv/etrie_nif.so"]}.

{project_plugins, [rebar3_hex]}.

{deps, []}.

{erl_opts, [
    warnings_as_errors,
    warn_export_all
]}.

{profiles, [
    {bench, [
        {extra_src_dirs, ["benchmarks"]},
        {deps, [
            {trie, ".*", {git, "https://github.com/okeuday/trie.git", {tag, "v2.0.7"}}}
        ]}
    ]}
]}.
