Feng 9 лет назад
Родитель
Сommit
3e77773d04
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      rebar.config

+ 4 - 0
rebar.config

@@ -0,0 +1,4 @@
+{deps, [
+{gproc,".*",{git,"https://github.com/uwiger/gproc.git",""}},{lager,".*",{git,"https://github.com/basho/lager.git",""}},{gen_logger,".*",{git,"https://github.com/emqtt/gen_logger.git",""}},{gen_conf,".*",{git,"https://github.com/emqtt/gen_conf.git",""}},{esockd,".*",{git,"https://github.com/emqtt/esockd.git","udp"}},{mochiweb,".*",{git,"https://github.com/emqtt/mochiweb.git",""}}
+]}.
+{erl_opts, [{parse_transform,lager_transform}]}.