aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
blob: c2317e7a244da27a292471ad03be677802fd7d45 (plain) (blame)
1
2
3
4
5
6
7
8
9
{deps, [
	{ranch, "0\\.4\\.0.*", {git, "git://github.com/extend/ranch.git", "0.4.0"}}
]}.
{erl_opts, [
%%	bin_opt_info,
%%	warn_missing_spec,
	warnings_as_errors,
	warn_export_all
]}.