rebar.config 394 B

12345678910
  1. {lib_dirs,[".."]}.
  2. {deps_dir,["deps"]}.
  3. {deps,[
  4. % {nitro, ".*", {git, "git://github.com/synrc/nitro.git", {tag,"0.9"}}},
  5. % {jsone, ".*", {git, "git://github.com/sile/jsone.git", {tag,"v0.3.3"}}},
  6. % {gproc, ".*", {git, "git://github.com/uwiger/gproc.git", {tag,"0.3"}}},
  7. % move this to app config
  8. % {cowboy, ".*", {git, "git://github.com/extend/cowboy", {tag,"1.0.1"}}}
  9. ]}.