rebar.config 324 B

1234567891011
  1. %%-*- mode: erlang -*-
  2. {erl_opts, [
  3. warn_missing_spec
  4. ]}.
  5. {deps, [
  6. {pooler, {git, "https://github.com/seth/pooler", {tag, "1.5.2"}}},
  7. {epgsql, {git, "https://github.com/epgsql/epgsql", {tag, "3.2.0"}}},
  8. {herd, {git, "https://github.com/wgnet/herd", {tag, "1.3"}}}
  9. ]}.