summaryrefslogtreecommitdiff
path: root/deps/gsms/rebar.config
blob: 5f6d3b45cc6664d86e7d9d21539519ef234994ff (plain)
1
2
3
4
5
6
7
8
9
%% -*- erlang -*-
%% Config file for gsms application
{deps, [ {uart, ".*", {git, "git@github.com:tonyrog/uart.git"}},
	 {lager, ".*", {git, "git://github.com/Feuerlabs/lager.git"}}]}.


%% {erl_opts, [debug_info, fail_on_warning, {d,debug}]}.
{erl_opts, [debug_info, fail_on_warning]}.
{sub_dirs, ["src"]}.