Current section

Files

Jump to
edbg rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, [
{pp_record, "0.1.2"} % hex package
%{pp_record, {git, "git://github.com/etnt/pp_record.git", {tag, "0.1.1"}}} % alternatively, source
]
}.