Packages

Simple cache server

Current section

Files

Jump to
echc rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, []}.
{shell, [
% {config, "config/sys.config"},
{apps, [echc]}
]}.