fwknop/erlang/rebar.config
2016-11-19 13:21:40 -05:00

6 lines
118 B
Erlang

{erl_opts, [debug_info]}.
{deps, [
{pkcs7, {git, "https://github.com/camshaft/pkcs7.erl", {branch, "master"}}}
]
}.