rebar.config 688 B

1234567891011
  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. {dec, ".*", {git, "git://github.com/erpuno/dec", {tag,"master"}}},
  7. {bpe, ".*", {git, "git://github.com/synrc/bpe", {tag,"master"}}},
  8. {erp, ".*", {git, "git://github.com/erpuno/erp", {tag,"master"}}},
  9. {jsone, ".*", {git, "git://github.com/sile/jsone", {tag,"master"}}},
  10. {syn, ".*", {git, "git://github.com/ostinelli/syn", {tag,"master"}}},
  11. {cowboy, ".*", {git, "git://github.com/voxoz/cowboy2", {tag,"master"}}}]}.