Current section

Files

Jump to
rest rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{erl_first_files, ["rest.erl"]}.
{deps, [{n2o, ".*", {git, "git://github.com/synrc/n2o", {tag,"master"}}},
{jsone, ".*", {git, "git://github.com/sile/jsone", {tag,"master"}}},
{syn, ".*", {git, "git://github.com/ostinelli/syn", {tag,"master"}}},
{cowboy, ".*", {git, "git://github.com/voxoz/cowboy2", {tag,"master"}}}]}.