Files
berty/examples/chat/rebar.config

10 lines
204 B
Erlang

{erl_opts, [debug_info]}.
{deps, [ranch
,{berty, {git, "https://github.com/erlang-punch/berty", {branch, "master"}}}
]}.
{shell, [
% {config, "config/sys.config"},
{apps, [chat]}
]}.