mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00

This removes a bunch of unneeded code, including code that was made for R14 which we don't support anymore. Note that the dependency on Ranch was updated, so you will need to update Ranch for the new code to work.
10 lines
221 B
Erlang
10 lines
221 B
Erlang
{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
|
|
]}.
|