Current section

Files

Jump to
em_filter rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, [
{gun, "2.1.0"},
{cowboy, "2.12.0"},
{kvex, "0.2.9"},
{sied, "0.2.9"}
]}.
{shell, [
{config, "config/sys.config"},
{apps, [em_filter]}
]}.
{profiles, [
{test, [
{erl_opts, [nowarn_export_all]}
]}
]}.
{ct_opts, [
{sys_config, "config/test.sys.config"}
]}.
{plugins, [
{rebar3_hex, "7.0.6"}
]}.
{hex, [
{doc, #{provider => edoc}}
]}.