rebar.config 545 B

123456789
  1. {erl_opts, [debug_info]}.
  2. {deps_dir,"deps"}.
  3. {erl_first_files, ["rest.erl"]}.
  4. {deps, [{n2o, ".*", {git, "git://github.com/synrc/n2o", {tag,"master"}}},
  5. {kvs, ".*", {git, "git://github.com/synrc/kvs", {tag,"master"}}},
  6. {erp, ".*", {git, "git://github.com/enterprizing/erp", {tag,"master"}}},
  7. {jsone, ".*", {git, "git://github.com/sile/jsone", {tag,"master"}}},
  8. {syn, ".*", {git, "git://github.com/ostinelli/syn", {tag,"master"}}},
  9. {cowboy, ".*", {git, "git://github.com/voxoz/cowboy2", {tag,"master"}}}]}.