rebar.config 194 B

1234
  1. {deps, [
  2. {mysql, ".*", {git, "https://github.com/mysql-otp/mysql-otp.git", {branch, "master"}}},
  3. {poolboy, ".*", {git, "https://github.com/devinus/poolboy.git", {branch, "master"}}}
  4. ]}.