Packages

erlang monitor for dingping cat

Current section

Files

Jump to
emon rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, [
%{erlcat,{git,"https://github.com/sadsnoopy1989/erlcat.git",{branch,"0.3.0"}}},
{hooks, "2.1.0"}
]}.
{plugins, [rebar3_hex]}.
{shell, [
{apps, [emon]}
]}.