rebar.config 465 B

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