rebar.config 221 B

12345678910
  1. {deps, [
  2. {ranch, "0\\.4\\.0.*", {git, "git://github.com/extend/ranch.git",
  3. "fb7ed3807620f7534c617789e7347192838a419a"}}
  4. ]}.
  5. {erl_opts, [
  6. %% bin_opt_info,
  7. %% warn_missing_spec,
  8. warnings_as_errors,
  9. warn_export_all
  10. ]}.