rebar.config 411 B

123456789101112
  1. %%-*- mode: erlang -*-
  2. {require_otp_vsn, "17"}.
  3. {erl_opts, [debug_info,
  4. warn_missing_spec,
  5. {i, "include"} %% need for emacs work properly with include_lib
  6. ]}.
  7. {deps, [
  8. {pooler, ".*", {git, "git://github.com/seth/pooler.git", "b6c522a67a1d067122705ef725535a8664dd8514"}},
  9. {epgsql, ".*", {git, "git://github.com/epgsql/epgsql.git", {tag, "3.1.0"}}}
  10. ]}.