aboutsummaryrefslogblamecommitdiffstats
path: root/rebar.config
blob: 0c0af46850fe339ac5e0cdd40e40f5e632938e18 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
        
                                                                         
                                                            
   

                     
                          


                           
{deps, [
	{ranch, "0\\.4\\.0.*", {git, "git://github.com/extend/ranch.git",
		"fb7ed3807620f7534c617789e7347192838a419a"}}
]}.
{erl_opts, [
%%	bin_opt_info,
%%	warn_missing_spec,
	warnings_as_errors,
	warn_export_all
]}.