Namdak Tonpa 5 лет назад
Родитель
Сommit
ce37be1c02
1 измененных файлов с 9 добавлено и 0 удалено
  1. 9 0
      rebar.config

+ 9 - 0
rebar.config

@@ -0,0 +1,9 @@
+{erl_opts, [debug_info]}.
+{deps_dir,"deps"}.
+{erl_first_files, ["rest.erl"]}.
+{deps, [{n2o, ".*", {git, "git://github.com/synrc/n2o", {tag,"master"}}},
+        {kvs, ".*", {git, "git://github.com/synrc/kvs", {tag,"master"}}},
+        {erp, ".*", {git, "git://github.com/enterprizing/erp", {tag,"master"}}},
+        {jsone, ".*", {git, "git://github.com/sile/jsone", {tag,"master"}}},
+        {syn, ".*", {git, "git://github.com/ostinelli/syn", {tag,"master"}}},
+        {cowboy, ".*", {git, "git://github.com/voxoz/cowboy2", {tag,"master"}}}]}.