rebar.config
{erl_opts, [debug_info]}.
{deps, [
{em_filter, "1.3.2"}
]}.
{plugins, [
{rebar3_hex, "7.0.6"}
]}.
{profiles, [
{test, [{deps, []}]}
]}.
{hex, [
{doc, #{provider => edoc}}
]}.
{shell, [
{config, "config/sys.config"},
{apps, [elasticsearch_filter]}
]}.