Current section

Files

Jump to
rss_filter rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, [
{em_filter, "0.1.5"}
]}.
{shell, [
{apps, [rss_filter]}
]}.