rebar.config 255 B

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