summaryrefslogtreecommitdiffstats
path: root/rebar.config
blob: ce167eca83c6d5d730b72fb1e49228332a7f356e (plain)
1
2
3
4
5
6
7
8
{erl_opts, [debug_info]}.
{sub_dirs, ["rel"]}. 
{deps, [
        {pkt, ".*", {git, "https://github.com/msantos/pkt", {branch, "master"}}},
        {epcap, "0.7.9", {git, "https://github.com/msantos/epcap", {branch, "master"}}},
        {parse_trans, ".*", {git, "https://github.com/uwiger/parse_trans", {branch, "master"}}}
	]}.
{eunit_opts, [verbose, {report,{eunit_surefire,[{dir,"."}]}}]}.