{erl_opts, [debug_info]}.
{deps, [{prometheus, "1.6.0"}]}.

{pre_hooks,
 [{"linux", compile, "make -C c_src"}]}.
{post_hooks,
 [{"linux", clean, "make -C c_src clean"}]}.

{plugins, [rebar3_hex]}.
