rebar.config 184 B

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