rebar.config 332 B

1234567
  1. {deps,
  2. [
  3. {jiffy, ".*", {git, "https://github.com/davisp/jiffy.git", {tag, "0.8.3"}}},
  4. {mimetypes, ".*", {git, "http://github.com/spawngrid/mimetypes.git", {branch, master}}},
  5. {emysql, ".*", {git, "https://github.com/Eonblast/Emysql.git"}},
  6. {cowboy, ".*", {git, "https://github.com/extend/cowboy.git", {tag, "0.8.3"}}}
  7. ]}.